6 lines
73 B
Forth
6 lines
73 B
Forth
|
[<EntryPoint>]
|
||
|
let e ee =
|
||
|
while 'e' = 'e' do
|
||
|
printf "e"
|
||
|
int 'e'
|