- Strings e.g.
"hello, world"
, numbers e.g.-123.1
, booleans (true
andfalse
) and a null/nil value (nil
), - Mutable and (almost) immutable assignment with
let
andconst
(and soon reassignment throughset
). - Comments, prefixed with
//
. - Input and output through
input
andprint
(access to the DOM in the browser should also work but hasn't been tested). - Functions can be created through
func
. - Boolean expressions are available through
and
,or
, andnot
. - Comparison and arithmetic operators (
=
,!=
,>=
,>
,<=
,<
,+
,-
,*
,/
) - Expressions can be chained through
do
. - Lists with
[
and]
and indexing throughnth
. - Conditional branching through
if
expressions. - Access to the javascript ecosystem (you can use
require
for imports).
-
Notifications
You must be signed in to change notification settings - Fork 0
virgile-ae/arkwright
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published