Variable - OtakoidTony/OtLang GitHub Wiki Definition <decl_var> ::= <identifier> ":" "type" "=" <type> ("," "value" "=" <expr>)? NEWLINE Example x:type=int y:type=int, value=3141592 z:type=str, value="로지꾸" ⚠️ **GitHub.com Fallback** ⚠️