You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Hence being familar with what is available herein, will enhance recall when needed. A good PDF reader with search capability is also recommended.</p>
<programlistinglanguage="java"linenumbering="unnumbered">file1.eachLine { line ->
39
+
<programlistinglanguage="groovy"linenumbering="numbered">file1.eachLine { line ->
40
40
//println ">${line}<"
41
41
if (line.startsWith("- ") && !line.startsWith("- NEXT")) {
42
42
l1 = line.replace("- ","")
@@ -60,13 +60,16 @@ process and I will continue to work on the formatting and clean up.</simpara>
60
60
</section>
61
61
<sectionxml:id="introduction">
62
62
<title>Introduction</title>
63
+
<sectionxml:id="snippet">
64
+
<title>Snippet</title>
63
65
<simpara>A 'snippet' is a small piece(s) of script, oriented towards accomplishing a specific
64
66
function identified by the snippet’s title:Sort of a building block. This PDF takes
65
67
the liberty to include TOS-platform-features that are not only script snippets but
66
68
may be any TOS features worth knowing. Perhaps this document can, more appropriately,
67
69
be call an 'Almanac'.</simpara>
68
70
<simpara>The emphasis herein is for learning TOS and ThinkScript from the ground up. Numerous examples are used as a learning tool ranging from simple/basic to complex. The PDF format was selected, with extra features, like the hyperlinked Table-of-Contents, to make subjects easily found. This document also proovides a reference for future coding activities.</simpara>
69
71
<simpara>Hence being familar with what is available herein, will enhance recall when needed. A good PDF reader with search capability is also recommended.</simpara>
72
+
</section>
70
73
<sectionxml:id="legend">
71
74
<title>Legend</title>
72
75
<simpara>Click the underlined Page ? to go to that page When there, you can return to to the TOC by clicking Return to TOC.</simpara>
0 commit comments