function isPrime(n) for x in [2:n] if(n%x==0): return false end return trueend printl(isPrime(5))
Standard input is empty
true
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!