theodore-norvell / PLAAY

Senior Design Project PLAAY (Programming Language for Adults And Youth)
2 stars 0 forks source link

Add number values and bool values. #155

Open theodore-norvell opened 6 years ago

theodore-norvell commented 6 years ago

Currently we use StringV for both number and boolean values. This should change. This means revisiting most of the built in functions and also steppers where booleans are expected, such as if and while.