]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/irc/client/client.factor
Updating code to use CONSTANT: instead of : foo 123 ; inline
[factor.git] / extra / irc / client / client.factor
index 0eba6f6af572148cdd0a520691a354c778a53de7..2770471093d683cfc7c672c497c6a3e7408737de 100755 (executable)
@@ -12,7 +12,7 @@ IN: irc.client
 ! Setup and running objects
 ! ======================================
 
-: irc-port 6667 ; ! Default irc port
+CONSTANT: irc-port 6667 ! Default irc port
 
 TUPLE: irc-profile server port nickname password ;
 C: <irc-profile> irc-profile