Normalize printed text
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
print "Hello, world!"
|
||||
-- "Hello, world!"
|
||||
print "Hello World"
|
||||
-- "Hello World"
|
||||
|
||||
|
||||
-- Note that MAXScript is expression-based, so simply writing "Hello, world!" is
|
||||
-- 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