Files
jarvis-models/src/dotchain
2024-08-01 14:44:36 +08:00
..
2024-08-01 14:44:36 +08:00
2024-08-01 11:33:09 +08:00
2024-08-01 11:33:09 +08:00
2024-08-01 11:33:09 +08:00

Dotchain

語法

// 註解

// 變量宣告
let hello = 123

// 函數宣告
let add = (left, right) => {
  // 返回值
  return left + right
}

Keywords

let while if else true false
python -m unittest