Counter minus
Jump to navigation
Jump to search
- This article is not detailed enough and needs to be expanded. Please help us by adding some more information.
Counter minus is language by User:ChuckEsoteric08 inspired by The Waterfall Model.
Semantics
Counter minus has:
- Fixed number of registers
- A trigger
Counters incrementing until at least one of them reaches number that is chosen by user. After that, trigger is runned that decrements other counter also chosen by user.
Syntax
Programs written like that
1, 2, 3, 4...;255;12;2
1, 2, 3, 4... are registers that incremented. 255 are number that will cause trigger to run, 12 are how many times register will be decremented, and 2 register which will be decrmemented. After trigger is runned, do next line. Program is stuck in an infinite loop