Not eXactly C
Not eXactly C is a historical programming language created in 2006.
13Years Old | 1,020Users | 0Jobs |
- Not eXactly C ranks in the top 50% of languages
- the Not eXactly C wikipedia page
- Not eXactly C first appeared in 2006
- See also: assembly-language, c, nqc
- I have 16 facts about Not eXactly C. just email me if you need more.
Example code from Wikipedia:
task main() //sets a new task. main() is compulsory { OnFwd(OUT_BC,75); //ask the motors connected to ports B and C to move forward at a power of 75. Wait(5000); //wait for 5 seconds [the value is in milliseconds](note that 1000 = 1 second) Off(OUT_BC); //off the motors connected to ports B and C }Edit
Last updated February 11th, 2019