diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2021-04-05 23:23:41 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2021-04-05 23:23:41 -0700 |
commit | 9142cd8519e11564c097ec4ccb5933a94ed6fea0 (patch) | |
tree | 848efbeb749d5396eb4d411766d602b670726a30 /shell | |
parent | 07bc1eeb90e1ff4e0c9931f4ad568fdd466b4298 (diff) | |
download | mu-9142cd8519e11564c097ec4ccb5933a94ed6fea0.tar.gz |
.
Diffstat (limited to 'shell')
-rw-r--r-- | shell/main.mu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/main.mu b/shell/main.mu index b6ceff95..62298a18 100644 --- a/shell/main.mu +++ b/shell/main.mu @@ -1,5 +1,5 @@ # Experimental Mu shell -# A Lisp with indent-sensitivity and infix, no macros. Commas are ignored. +# A Lisp with indent-sensitivity and infix, no macros. fn main screen: (addr screen), keyboard: (addr keyboard), data-disk: (addr disk) { var sandbox-storage: sandbox |