]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/nehe/nehe.factor
Fixing everything for mandatory stack effects
[factor.git] / extra / nehe / nehe.factor
index 51eb129b34c7fe6e7fd685eff855448038278e2e..b074e85f3b1c8876ef2ce1d49635c52e0b013a0b 100644 (file)
@@ -2,7 +2,7 @@ USING: ui.gadgets.buttons ui.gadgets.packs ui.gadgets ui
 nehe.2 nehe.3 nehe.4 nehe.5 kernel ;
 IN: nehe
 
-: nehe-window
+: nehe-window ( -- )
     [
         [
             "Nehe 2" [ drop run2 ] <bevel-button> gadget,