FB II Compiler
PG PRO
Debugging
Memory
System
Mathematics
Resources
Disk I/O
Windows
Controls
Menus
Mouse
Keyboard
Text
Fonts
Drawing
Sound
Clipboard
Printing
Communication
ASM
Here it is: WINDOW #1 a1 = FN GESTALT (ascr) IF a1 = 0 THEN PRINT "AppleScript Installed" IF a1 = 1 THEN PRINT "AppleScript Is Not Installed" INPUT "";a$
WINDOW #1 a1 = FN GESTALT (ascr) IF a1 = 0 THEN PRINT "AppleScript Installed" IF a1 = 1 THEN PRINT "AppleScript Is Not Installed" INPUT "";a$
Brian