Merge pull request #362 from Alhadis/maxscript
Add an example for MAXScript
This commit is contained in:
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