mirror of
https://github.com/servo/servo
synced 2026-05-02 20:32:02 +02:00
Update ply
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
10 LET X = 0
|
||||
20 LET X = X + 1
|
||||
30 PRINT X, SQR(X)
|
||||
40 IF X < 100 THEN 20
|
||||
50 END
|
||||
Reference in New Issue
Block a user