12 lines
240 B
Elixir
12 lines
240 B
Elixir
Output examples/commands/comment.gif
|
|
Set Height 500
|
|
Set Width 1000
|
|
|
|
# This is a comment.
|
|
# These are ignored by the parser so you can write whatever you want!
|
|
|
|
# Quickly comment out a command you don't need.
|
|
# Type "Hello, world!"
|
|
|
|
Sleep 1
|