Calendar: Difference between revisions

Content added Content deleted
Line 3,411: Line 3,411:


=={{header|FutureBasic}}==
=={{header|FutureBasic}}==
<lang futurebasic>// Legacy version
Legacy version:
window 1, @"Calendar", (0, 0, 520, 520 )
<lang futurebasic>window 1, @"Calendar", (0, 0, 520, 520 )


Str255 a
Str255 a
Line 3,425: Line 3,425:
HandleEvents</lang>
HandleEvents</lang>


<lang futurebasic>// Modern version
Modern version:
include "NSLog.incl"
<lang futurebasic>include "NSLog.incl"


local fn RunCommand( command as CFStringRef ) as CFStringRef
local fn RunCommand( command as CFStringRef ) as CFStringRef