From 34c274107a81cfc6abb8786db810593f9365a950 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 13 Feb 2016 13:22:22 -0800 Subject: 2652 - fix issue #4 Thanks chriscool and achikin for reporting this bug. --- console.mu | 1 + example1.mu | 1 + 2 files changed, 2 insertions(+) diff --git a/console.mu b/console.mu index 7c43bde9..1b1d5654 100644 --- a/console.mu +++ b/console.mu @@ -3,6 +3,7 @@ # Keeps printing 'a' until you press a key or click on the mouse. recipe main [ + local-scope open-console { e:event, found?:boolean <- check-for-interaction diff --git a/example1.mu b/example1.mu index 42401e3a..29610604 100644 --- a/example1.mu +++ b/example1.mu @@ -1,4 +1,5 @@ recipe example1 [ + local-scope a:number <- add 2, 2 a <- multiply a, 3 ] -- cgit 1.4.1-2-gfad0 058add3c2002b90f171a1ace40bf21118103e'>this commit Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log blame commit diff stats
path: root/134emit-hex-array.subx
blob: c3f74cd68414bf67d6d6bd323616c1949a94526d (plain) (tree)
1
2
3
4
5
6
7
8