mirror of
https://github.com/BoardWare-Genius/jarvis-models.git
synced 2025-12-13 16:53:24 +00:00
Dotchain
語法
// 註解
// 變量宣告
let hello = 123
// 函數宣告
let add = (left, right) => {
// 返回值
return left + right
}
Keywords
let while if else true false
python -m unittest