Explorar el Código

Create map to store routine names

DricomDragon hace 5 años
padre
commit
d157d8f202
Se han modificado 1 ficheros con 4 adiciones y 2 borrados
  1. 4 2
      logoPlayer/galgas-sources/logoPlayer-semantics.galgas

+ 4 - 2
logoPlayer/galgas-sources/logoPlayer-semantics.galgas

@@ -1,3 +1,5 @@
-
-# ADD YOUR CODE
+map @routineMap {
+  insert insertKey error message "the '%K' routine has been already declared"
+  search searchKey error message "the '%K' routine is not declared"
+}