September 2017 Update
This commit is contained in:
parent
bba7bfd280
commit
ba8067c3b7
14570 changed files with 153136 additions and 63871 deletions
|
|
@ -1,12 +1,12 @@
|
|||
#import system.
|
||||
#import system'routines.
|
||||
import system'routines.
|
||||
import extensions.
|
||||
|
||||
#symbol program =
|
||||
program =
|
||||
[
|
||||
#var string := "Hello,How,Are,You,Today".
|
||||
var string := "Hello,How,Are,You,Today".
|
||||
|
||||
string split &by:"," run &each:s
|
||||
string split by:","; forEach(:s)
|
||||
[
|
||||
console writeLiteral:(s + ".").
|
||||
].
|
||||
console print(s,".")
|
||||
]
|
||||
].
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue