Files
china-dictatorship/hello-world/m/MaxScript.ms
Ciro Santilli 3e40ac19d9 hello-world
2021-03-24 00:00:01 +00:00

8 lines
248 B
Plaintext

print "Hello World"
-- "Hello World"
-- Note that MAXScript is expression-based, so simply writing "Hello World" is
-- sufficient to echo it for the reader. Like Haskell, all MAXScript expressions
-- *must* return values, even if they're unused.