ENIDE Language Support
VS Code extension for the ENIDE programming language — a multilang language
that allows programming over 100 natural language.
Features
- Syntax highlighting for
.nd files
- File icons
- Run button (▶) in the editor title bar
Usage
- Open or create a file with the
.nd extension
- Write your ENIDE code
- Click the ▶ button to run
Syntax Example
/* comment */
for(number i = 0, i < 5, i++){
print("Insert a number", i,":");
scan(number, values[i]);
}
for(number i = 0, i < 5, i++){
if(values[i] % 2 == 0){
print(values[i], "is even.");
}
}
Download ENIDE
Download enide, check the guide and see all supported language in our official website is avaliable on https://enide.programmer-claudio.workers.dev/
| |