Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>IngotScriptNew to Visual Studio Code? Get it now.
IngotScript

IngotScript

Ingot Studio

|
34 installs
| (1) | Free
A simple programming language called IngotScript
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

IngotScript

A simple programming language called IngotScript.

Features

  • Syntax highlighting for .is files
  • Run IngotScript code directly from VSCode

Usage

  1. Write your IngotScript code in a file with the extension .is.
  2. Run the IngotScript code using the command palette (Right Click -> Run IngotScript).

Example

let a = 10
let b = 3.14
let c = "abc"
print a
print b
print c
if a > 5
    print "a is greater than 5"
end
let i = 1
while i <= 5
    print i
    let i = i + 1
end
for j = 1 to 5
    print j
end
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft