Basic: step8 basics. Fix def!, let*, concat, scalars.
[jackhill/mal.git] / basic / env.in.bas
index cf6b41f..c2f0c4e 100644 (file)
@@ -69,6 +69,8 @@ ENV_SET_S:
   RETURN
 
 REM ENV_FIND(E%, K%) -> R%
+REM   Returns environment (R%) containing K%. If found, value found is
+REM   in T4%
 ENV_FIND:
   EF%=E%
   ENV_FIND_LOOP: