Skip to content

Examples

Muhammad-Salman-Sheikh edited this page May 5, 2018 · 1 revision

Examples :

The page is dedicated to examples for the programming language EoStatic.

';'                                    ---> return 1
''                                     ---> FizzBuzz program
'; 1'                                  ---> return 2 
'12 '                                  ---> return false (after checking for prime)
'137 '                                 ---> return true (after checking for prime)
'1231 ' + input = '197'                ---> returns true (after checking input for prime)

Clone this wiki locally