TrustedUser
2,147
edits
m (Text replacement - "<source lang=" to "<syntaxhighlight lang=") |
m (Text replacement - "</source>" to "</syntaxhighlight>") |
||
Line 8: | Line 8: | ||
said(WORDGRPNUM1, WORDGRPNUM2, ...) | said(WORDGRPNUM1, WORDGRPNUM2, ...) | ||
said("word1", "word2", ...) | said("word1", "word2", ...) | ||
</ | </syntaxhighlight> | ||
== Description == | == Description == | ||
Line 68: | Line 68: | ||
print("Ignore that."); | print("Ignore that."); | ||
} | } | ||
</ | </syntaxhighlight> | ||
== Technical Information == | == Technical Information == | ||