You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 2, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: language.org
+10-7Lines changed: 10 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -29,21 +29,24 @@ Inside the =HelloWorld= rule a [[./syntax#BlockRule][block rule]] creates a para
29
29
Last but not least the actual statement to print out the =Hello world!= string defined by a [[./syntax#CallRule][call rule]] to a built-in function named =println=.
30
30
31
31
CASM does not require any newlines, tabulators, or statement separators like in other specification or programming languages.
32
-
As example the following /Hello World/ application is equivalent to the one given above.
33
32
34
-
#+html: <callout type="info" icon="fa fa-code">
35
-
The inline version of the /Hello World/ application specified in CASM:
0 commit comments