Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 237 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 237 Bytes

Interpretator-of-C-model

You can use int,string,bool datas. Operators: read(one element),write(several elements),for,while,break,goto,if-else(only). Your code must be started with the word "program". For using comments use /.../.