RosettaCodeData/Task/Draw-a-sphere/OxygenBasic/draw-a-sphere.basic
2023-07-01 13:44:08 -04:00

17 lines
211 B
Text

% Title "Sphere"
'% Animated
% PlaceCentral
uses ConsoleG
sub main
========
cls 0.0, 0.2, 0.7
shading
scale 10
pushstate
GoldMaterial.act
go sphere
popstate
end sub
EndScript