Browse code

Move life-infinite-loop.tal to examples/exercises/.

Andrew Alderwick authored on 27/03/2022 13:07:59
Showing 1 changed files
1 1
similarity index 99%
2 2
rename from projects/examples/devices/life-infinite-loop.tal
3 3
rename to projects/examples/exercises/life-infinite-loop.tal
... ...
@@ -50,7 +50,7 @@ BRK
50 50
 
51 51
 @on-frame ( -> )
52 52
 	( Because an interrupted infinite loop will (almost certainly) leave
53
-    items on the stacks, clear both stacks here. )
53
+	items on the stacks, clear both stacks here. )
54 54
 	#00 .System/wst DEO
55 55
 	#00 .System/rst DEO
56 56