Closed mbudde closed 9 years ago
Running ./aplt tests/sierpinski0.apl results in the program being evaluated and giving the correct result but then instead of terminating it just uses 100% CPU. Same thing happens with the -c flag.
./aplt tests/sierpinski0.apl
-c
Works now...
Running
./aplt tests/sierpinski0.apl
results in the program being evaluated and giving the correct result but then instead of terminating it just uses 100% CPU. Same thing happens with the-c
flag.