2048: Difference between revisions

Content added Content deleted
m (→‎{{header|Phix}}: made p2js compatible, added online link)
m (→‎{{header|F Sharp}}: Regularize header markup to recommended on category page)
Line 6,550: Line 6,550:
</lang>
</lang>


=={{header|F Sharp}}==
=={{header|F Sharp|F#}}==


The following code can be executed as is using F# Interactive from system command line ("fsi.exe 2048.fsx") but not from Visual Studio F# Interactive window due to the way it access keyboard (the System.Console.ReadKey() function).
The following code can be executed as is using F# Interactive from system command line ("fsi.exe 2048.fsx") but not from Visual Studio F# Interactive window due to the way it access keyboard (the System.Console.ReadKey() function).