Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>pollux-programming-languageNew to Visual Studio Code? Get it now.
pollux-programming-language

pollux-programming-language

Preview

forcequality

|
214 installs
| (1) | Free
Programming Language for Pollux Engine.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Pollux Programming Language VSCode-Extension

Keywords

  • declarations: unit, let, mut, fun, type, unittest
  • primitives: void, bool, i32, u32, i64, u64, f32, f64, str
  • references: shared, unique, unsafe
  • scope: scope, enum, class, trait, annot, coroutine, contract
  • conditional: if, match
  • interruption: break, continue, pass, goto, suspend
  • repeat: loop, for
  • init: null, true, false
  • compiler annotations: @extern, @lateinit

Strings

  • Simple string " ". e.g. "Hello World!"

Symbols

  • Used as brackets: { }, [ ], ( ), < >
  • That are auto closed when typing: { }, [ ], ( ), < >, " ", ' ', #/ /#
  • That that can be used to surround a selection: { }, [ ], ( ), < >, " ", ' ', #/ /#

Comments

  • Single line comment: # text
  • Multiline comment: #/ text /#
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft