Skip to content

Commit 43c1d6b

Browse files
committed
Fix plant example
1 parent 7080526 commit 43c1d6b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/web/thurtle/programs.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -207,14 +207,6 @@ HEX 006A47 DECIMAL CONSTANT 🟩
207207
HEX 825E5C DECIMAL CONSTANT 🟫
208208
HEX A8D3FF DECIMAL CONSTANT 🟦
209209
210-
VARIABLE RND
211-
134348 RND !
212-
213-
: RANDOM ( -- n )
214-
RND @ 75 * 74 + 65537 MOD
215-
DUP RND !
216-
;
217-
218210
: CHOOSE ( n1 -- n2 )
219211
RANDOM ABS 2147483647 */MOD SWAP DROP
220212
;

0 commit comments

Comments
 (0)