A fork of Crisp for HARP
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

4 行
92 B

  1. (def! inc1 (fn* (a) (+ 1 a)))
  2. (def! inc2 (fn* (a) (+ 2 a)))
  3. (def! inc3 (fn* (a)
  4. (+ 3 a)))