Tetris/Mathematica: Difference between revisions

m
Fixed syntax highlighting.
(→‎{{header|Mathematica}} / {{header|Wolfram Language}}: copy pasted and tested from the Wolfram community forum)
 
m (Fixed syntax highlighting.)
 
Line 4:
The cursor arrow keys are used to move, rotate, drop.
 
===Code===
<syntaxhighlight lang="mathematica">
<lang>
(* ::Package::*)
BeginPackage["Tetris`"];
Line 199:
End[];
 
EndPackage[];</langsyntaxhighlight>
9,476

edits