TheAny
Home
Blog
Login
Home
Gorgon
Testing
Source
Unit
Scripts
Print.gs
Print.gs
one=1 b="b\n" print(one) print("a") print(b) print("c") echo b echo "f" ## OUTPUT ## 1ab cb f