gammascript
Jump to navigation
Jump to search
gammascript is a "programming language" created by User:Ractangle. This language was also 4ME's predecessor
Syntax
set is the variable declaration command.
write is the string output commmand.
show is the variable output command.
ask is the input. Invalid in the show command.
Examples
Hello, world!
write Hello, world!
Cat program
set i = ask show i