for(i<-1 to'\xe2\x9a\x97'if""+i matches"(1|2|3|5|8|34|89|144|377|610|987|1597|2584|4181|6765)*")println(i)
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page