-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Hedge Fleming edited this page Sep 20, 2022
·
10 revisions
say "Welcome to the MochaScript Documentation!";
MochaScript is a simple, dynamically typed, very basic language that doesn't really serve any special purpose. I made it for fun and profit. However, despite its lack of novel features, it's still a fun and easy language to learn. Really, it's meant to be concise and simple.
In MochaScript, semicolons are required as line endings, but in the interactive MochaScript shell, they are automatically added if you forgot them. If an example uses >>>
, that means it should be run in the MochaScript REPL. Otherwise, it will work in a source file.
Copyright (C) 2022, Hedge Fleming [email protected]