Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,13 @@
|
|||
module checkit {
|
||||
size$="little"
|
||||
m$=format$("Mary had a {0} lamb.", size$)
|
||||
Print m$
|
||||
Const RightJustify=1
|
||||
\\ format$(string_expression) process escape codes
|
||||
Report RightJustify, format$(format$("Mary had a {0} {1} lamb.\r\n We use {0} for size, and {1} for color\r\n", size$, "wh"+"ite"))
|
||||
\\ we can use { } for multi line string
|
||||
Report RightJustify, format$({Mary had a {0} {1} lamb.
|
||||
We use {0} for size, and {1} for color
|
||||
}, size$, "wh"+"ite")
|
||||
}
|
||||
checkit
|
||||
Loading…
Add table
Add a link
Reference in a new issue