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

10 行
221 B

  1. (import "tests/import.slime")
  2. (assert (= variable "imported"))
  3. (assert (= (get-imported-variable) "imported"))
  4. (load "tests/load.slime")
  5. (assert (= variable "loaded"))
  6. (assert (= (get-imported-variable) "imported"))