! Copyright (C) 2006 Daniel Ehrenberg! See http://f...content-available-to-author-only...e.org/license.txt for BSD license.USING: kernel math sequences strings io combinators ascii ;IN: rot13: rot13-demo ( -- ) "Please enter a string:" print flush readln [ "Your string: " write dup print ] when* ; MAIN: rot13-demorot13-demo
Hello World!
The word rot13-demo cannot be executed because it failed to compile The input quotations to “if” don't match their expected effects Input Expected Got [ call ] (( ..a -- ..b )) (( -- x )) [ 2drop ] (( ..a -- ..b )) (( -- ))
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!