Skip to content

Commit

Permalink
calculator: change while True to loop
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-develop committed Sep 10, 2024
1 parent 7e11a65 commit 4e30014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/calculator.noug
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ var increment = 0
var stack = []
var error_msg = ""
var storage = 0
while:main_loop True then
loop:main_loop
if verbose then
var calcul = input("calc> ")
else
Expand Down

0 comments on commit 4e30014

Please sign in to comment.