ThePartsOfTemplateLibraryActuallyUsedInSlashCode: Difference between revisions

From SoylentNews
Jump to navigation Jump to search
(Created page with "<h2>The Parts Of Template Library Actually Used In Slash Code</h2> Knowing this can save some time reading docs. <h3>Most coomonly used feature</h3> The most commonly used ...")
(No difference)

Revision as of 18:26, 28 February 2014

The Parts Of Template Library Actually Used In Slash Code

Knowing this can save some time reading docs.

Most coomonly used feature

The most commonly used feature is simply using the template library to print a variables value

The specific template library keywords found in Slash templates

(the numbers roughly correspond to frequency of use)

      1 ELSE
      1 FOR
      1 INCLUDE
      2 ELSE
      3 BLOCK
      3 FOREACH
      3 SWITCH
      4 ELSIF
      4 FOR
      6 UNLESS
      8 END
      8 PROCESS
     72 CASE
    176 IF

Most of these are common straightforward programming constructs, except:

BLOCK -

PROCESS -