Requirements
A StackTalk installation, see here
Printing in StackTalk
Start a repl:
sk -i
>
Print out a string:
"Hello, StackTalk!" println
Hello, StackTalk!
Exit the repl:
exit
A StackTalk installation, see here
Start a repl:
sk -i
>
Print out a string:
"Hello, StackTalk!" println
Hello, StackTalk!
Exit the repl:
exit