salmanahmad / silo

The Silo Programming Language
0 stars 0 forks source link

Define vs Declare. #111

Open salmanahmad opened 10 years ago

salmanahmad commented 10 years ago

Define will create a new constant definition and symbol definition.

Declare could be used to forward declare some thing similar to http://clojuredocs.org/clojure_core/clojure.core/declare.