7
m/MaxScript.ms
Normal file
7
m/MaxScript.ms
Normal file
@@ -0,0 +1,7 @@
|
||||
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.
|
||||
Reference in New Issue
Block a user