ace-dent / picotracker

Track boogs for Picotron (unofficial)
Creative Commons Zero v1.0 Universal
1 stars 0 forks source link

[BUG] Maths functions not available / operating #3

Closed ace-dent closed 5 months ago

ace-dent commented 5 months ago

Describe the bug Although the ceil() function gets syntax highlighted in the editor, it doesn't work / seems to crash the application.

The ceil function does not appear to be present, despite being highlighted in the code editor. Using it seems to cause an error. -- bluswimmer

To Reproduce Steps to reproduce the behavior:

  1. Create a program / new code {}
  2. Enter the code (note correct syntax highlighting in the editor):
    x=ceil(2.4)
    print(x)
  3. Run the code (ctrl+r)
  4. Application crashes.

Expected behavior Functions should work.

Software (please complete the following information):

ace-dent commented 5 months ago

Confirmed: fixed with release v0.1.0c on macOS. 🎉