diff options
author | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2020-05-11 06:45:49 +0000 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2020-05-11 06:45:49 +0000 |
commit | f11d8eed711832f8efe0c981c4b1626802967823 (patch) | |
tree | c1d8d8d1154bfb86571bf3ab81e0c17fdbd31cf0 /lang/basic256 | |
parent | 12ca925c42ce759a9011b80a1d42712af01393a2 (diff) | |
download | freebsd-ports-f11d8eed711832f8efe0c981c4b1626802967823.zip |
lang/basic256: update to 2.0.0.1
While here:
* Reorder some variables
* dos2unix only on the necessary files (thanks tcberner@) so resources file
doesn't break.
* Add missing USES=gl
Diffstat (limited to 'lang/basic256')
-rw-r--r-- | lang/basic256/Makefile | 16 | ||||
-rw-r--r-- | lang/basic256/distinfo | 5 | ||||
-rw-r--r-- | lang/basic256/files/patch-BASIC256.pro | 95 | ||||
-rw-r--r-- | lang/basic256/files/patch-Interpreter.cpp | 17 | ||||
-rw-r--r-- | lang/basic256/pkg-plist | 1849 |
5 files changed, 60 insertions, 1922 deletions
diff --git a/lang/basic256/Makefile b/lang/basic256/Makefile index 4205547161ab..f70d9e8a1913 100644 --- a/lang/basic256/Makefile +++ b/lang/basic256/Makefile @@ -1,10 +1,9 @@ # $FreeBSD$ PORTNAME= basic256 -PORTVERSION= 1.1.4.0 -PORTREVISION= 3 +PORTVERSION= 2.0.0.1 CATEGORIES= lang -MASTER_SITES= SF/kidbasic/${PORTNAME} +MASTER_SITES= SF/kidbasic/ DISTNAME= ${PORTNAME}_${PORTVERSION}.orig MAINTAINER= fernape@FreeBSD.org @@ -16,17 +15,16 @@ BUILD_DEPENDS= espeak:audio/espeak \ sqlite3:databases/sqlite3 \ flex:textproc/flex -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - -USES= bison compiler:c++11-lang dos2unix qmake qt:5 sdl +USES= bison compiler:c++11-lib dos2unix gl qmake qt:5 sdl +DOS2UNIX_FILES= BASIC256.pro Interpreter.cpp USE_SDL= sdl mixer +USE_GL+= gl USE_QT= buildtools core gui multimedia network printsupport sql widgets serialport QMAKE_ARGS+= LOCALBASE="${LOCALBASE}" QMAKE_SOURCE_PATH= BASIC256.pro -MAKE_JOBS_UNSAFE= yes +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -post-patch: - @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/BASIC256.pro +MAKE_JOBS_UNSAFE= yes .include <bsd.port.mk> diff --git a/lang/basic256/distinfo b/lang/basic256/distinfo index 8b496e4e5764..cd7913b59b63 100644 --- a/lang/basic256/distinfo +++ b/lang/basic256/distinfo @@ -1,2 +1,3 @@ -SHA256 (basic256_1.1.4.0.orig.tar.gz) = 9df3ac4535448c1bd721364829e1bf4df7087c9b2c8d789e1fb5903e58c043ba -SIZE (basic256_1.1.4.0.orig.tar.gz) = 2611721 +TIMESTAMP = 1588759626 +SHA256 (basic256_2.0.0.1.orig.tar.gz) = 720e08c9b7a60cbcf6cc342dcf25d8c98e271903e0b1ab96422968fa981d041f +SIZE (basic256_2.0.0.1.orig.tar.gz) = 1321457 diff --git a/lang/basic256/files/patch-BASIC256.pro b/lang/basic256/files/patch-BASIC256.pro index b0cf4bdacdcf..83003a5716a8 100644 --- a/lang/basic256/files/patch-BASIC256.pro +++ b/lang/basic256/files/patch-BASIC256.pro @@ -1,62 +1,65 @@ ---- BASIC256.pro.orig 2014-11-05 17:03:39 UTC +--- BASIC256.pro.orig 2020-05-07 12:32:08 UTC +++ BASIC256.pro -@@ -13,13 +13,6 @@ CONFIG += qt debug_and_release - OBJECTS_DIR = tmp/obj - MOC_DIR = tmp/moc - --QT += webkit --QT += gui --QT += sql --QT += widgets --QT += printsupport --QT += serialport -- - RESOURCES += resources/resource.qrc - RC_FILE = resources/basic256.rc - TRANSLATIONS = Translations/basic256_en.ts \ -@@ -86,7 +79,7 @@ unix:!macx { +@@ -15,13 +15,6 @@ CONFIG += console + OBJECTS_DIR = tmp/obj + MOC_DIR = tmp/moc + +-#QT += webkitwidgets +-#QT += webkit +-QT += gui +-QT += sql +-QT += widgets +-QT += printsupport +-QT += serialport + + RESOURCES += resources/resource.qrc + TRANSLATIONS = Translations/basic256_en.ts \ +@@ -90,15 +83,21 @@ unix:!macx { ## TTS Option 2 - use the espeak library - DEFINES += ESPEAK -- INCLUDEPATH += /usr/include/espeak -+ INCLUDEPATH += $$LOCALBASE/include/espeak - LIBS += -lespeak - - LIBS += -lm -@@ -101,8 +94,10 @@ unix:!macx { - - # Sound - QT Mobility Multimedia AudioOut - DEFINES += SOUND_QMOBILITY -- QT += multimedia -- INCLUDEPATH += QtMultimediaKit + DEFINES += ESPEAK +- INCLUDEPATH += /usr/include/espeak ++ INCLUDEPATH += $$LOCALBASE/include/espeak + LIBS += -lespeak + LIBS += -lm + + ######## + # Sound class - How Sound statement works + ######## +- QT += multimedia +- INCLUDEPATH += QtMultimediaKit + INCLUDEPATH += $$LOCALBASE/include/qt5/QtMultimedia ++ INCLUDEPATH += $$LOCALBASE/include/qt5/QtNetwork ++ INCLUDEPATH += $$LOCALBASE/include/qt5/QtPrintSupport + INCLUDEPATH += $$LOCALBASE/include/qt5/QtSerialPort -+ INCLUDEPATH += QtMobility ++ INCLUDEPATH += $$LOCALBASE/include/qt5/QtSql ++ INCLUDEPATH += $$LOCALBASE/include/qt5/QtWidgets ++ INCLUDEPATH += QtMobility + LIBS += -L$$LOCALBASE/lib -L$$LOCALBASE/lib/qt5 -lQt5Gui -lQt5Core -lQt5Widgets -lQt5Sql -lQt5Multimedia -lQt5PrintSupport -lQt5SerialPort - INCLUDEPATH += QtMobility + INCLUDEPATH += QtMobility -@@ -110,19 +105,19 @@ unix:!macx { +@@ -106,19 +105,19 @@ unix:!macx { # rules for make install ######## - exampleFiles.files = ./Examples -- exampleFiles.path = /usr/share/basic256 -+ exampleFiles.path = $$PREFIX/share/basic256 - INSTALLS += exampleFiles + exampleFiles.files = ./Examples +- exampleFiles.path = /usr/share/basic256 ++ exampleFiles.path = $$PREFIX/share/basic256 + INSTALLS += exampleFiles - helpHTMLFiles.files = ./wikihelp/help -- helpHTMLFiles.path = /usr/share/basic256 -+ helpHTMLFiles.path = $$PREFIX/share/basic256 - INSTALLS += helpHTMLFiles + helpHTMLFiles.files = ./wikihelp/help +- helpHTMLFiles.path = /usr/share/basic256 ++ helpHTMLFiles.path = $$PREFIX/share/basic256 + INSTALLS += helpHTMLFiles - transFiles.files = ./Translations/*.qm -- transFiles.path = /usr/share/basic256 -+ transFiles.path = $$PREFIX/share/basic256 - INSTALLS += transFiles + transFiles.files = ./Translations/*.qm +- transFiles.path = /usr/share/basic256 ++ transFiles.path = $$PREFIX/share/basic256 + INSTALLS += transFiles # main program executable -- target.path = /usr/bin -+ target.path = $$PREFIX/bin - INSTALLS += target +- target.path = /usr/bin ++ target.path = $$PREFIX/bin + INSTALLS += target } diff --git a/lang/basic256/files/patch-Interpreter.cpp b/lang/basic256/files/patch-Interpreter.cpp deleted file mode 100644 index 6e89aa3b1b37..000000000000 --- a/lang/basic256/files/patch-Interpreter.cpp +++ /dev/null @@ -1,17 +0,0 @@ -Drop 'using namespace std' to avoid errors when building in C++11 mode. This -can happen on FreeBSD 10+ and Qt 5.6+, where Qt may end up passing -std=gnu++11 -and lead the call to bind(2) becoming a call to std::bind(). - -Interpreter.cpp:4282:105: error: invalid operands to binary expression ('__bind<int &, sockaddr *, unsigned long>' and 'int') - -Submitted upstream: https://sourceforge.net/p/kidbasic/patches/30/ ---- Interpreter.cpp.orig 2016-09-03 10:00:06 UTC -+++ Interpreter.cpp -@@ -66,7 +66,6 @@ InpOut32OutType Out32 = NULL; - - #include <QtWidgets/QMessageBox> - --using namespace std; - - #include "LEX/basicParse.tab.h" - #include "WordCodes.h" diff --git a/lang/basic256/pkg-plist b/lang/basic256/pkg-plist index 72420b6b9a1a..34d27611f8a8 100644 --- a/lang/basic256/pkg-plist +++ b/lang/basic256/pkg-plist @@ -12,7 +12,6 @@ bin/basic256 %%DATADIR%%/Examples/basic256_icon.png %%DATADIR%%/Examples/basic256_icon_V1.kbs %%DATADIR%%/Examples/basic256_icon_googlePlay.kbs -%%DATADIR%%/Examples/basic256_icon_googlePlay.png %%DATADIR%%/Examples/card_suites.kbs %%DATADIR%%/Examples/cards_deal5.kbs %%DATADIR%%/Examples/checkerboard.kbs @@ -51,12 +50,12 @@ bin/basic256 %%DATADIR%%/Examples/poly.kbs %%DATADIR%%/Examples/polytest.kbs %%DATADIR%%/Examples/quotations.kbs -%%DATADIR%%/Examples/quotations.sqlite3 %%DATADIR%%/Examples/rainbow.kbs %%DATADIR%%/Examples/ring_01.kbs %%DATADIR%%/Examples/rotating3dcube.kbs %%DATADIR%%/Examples/sliceanimation.kbs %%DATADIR%%/Examples/snowflakes.kbs +%%DATADIR%%/Examples/solar_system.kbs %%DATADIR%%/Examples/sound/bounce.mp3 %%DATADIR%%/Examples/sound/bounce.mp3.README %%DATADIR%%/Examples/sound/wavplaystop.kbs @@ -84,7 +83,6 @@ bin/basic256 %%DATADIR%%/Examples/subroutine_global.kbs %%DATADIR%%/Examples/subroutine_squares.kbs %%DATADIR%%/Examples/teamdatabase.kbs -%%DATADIR%%/Examples/teamdatabase.sqlite3 %%DATADIR%%/Examples/testing/2darraytest.kbs %%DATADIR%%/Examples/testing/2dstrarraytest.kbs %%DATADIR%%/Examples/testing/KalRGB.kbs @@ -116,7 +114,6 @@ bin/basic256 %%DATADIR%%/Examples/testing/testmodulo.kbs %%DATADIR%%/Examples/testing/testplusplus.kbs %%DATADIR%%/Examples/testing/testplusplus2.kbs -%%DATADIR%%/Examples/testing/testsubroutinebyref.kbs %%DATADIR%%/Examples/testing/testtextfont.kbs %%DATADIR%%/Examples/testing/testtime.kbs %%DATADIR%%/Examples/testing/uaarray.kbs @@ -132,1847 +129,3 @@ bin/basic256 %%DATADIR%%/basic256_nl.qm %%DATADIR%%/basic256_pt.qm %%DATADIR%%/basic256_ru.qm -%%DATADIR%%/help/de_abs.html -%%DATADIR%%/help/de_acos.html -%%DATADIR%%/help/de_anonymefelder.html -%%DATADIR%%/help/de_asc.html -%%DATADIR%%/help/de_asin.html -%%DATADIR%%/help/de_atan.html -%%DATADIR%%/help/de_ceil.html -%%DATADIR%%/help/de_changedir.html -%%DATADIR%%/help/de_chr.html -%%DATADIR%%/help/de_circle.html -%%DATADIR%%/help/de_clg.html -%%DATADIR%%/help/de_clickb.html -%%DATADIR%%/help/de_clickclear.html -%%DATADIR%%/help/de_clickx.html -%%DATADIR%%/help/de_clicky.html -%%DATADIR%%/help/de_close.html -%%DATADIR%%/help/de_cls.html -%%DATADIR%%/help/de_color.html -%%DATADIR%%/help/de_cos.html -%%DATADIR%%/help/de_currentdir.html -%%DATADIR%%/help/de_day.html -%%DATADIR%%/help/de_dbclose.html -%%DATADIR%%/help/de_dbcloseset.html -%%DATADIR%%/help/de_dbexecute.html -%%DATADIR%%/help/de_dbfloat.html -%%DATADIR%%/help/de_dbint.html -%%DATADIR%%/help/de_dbopen.html -%%DATADIR%%/help/de_dbopenset.html -%%DATADIR%%/help/de_dbrow.html -%%DATADIR%%/help/de_dbstring.html -%%DATADIR%%/help/de_decimal.html -%%DATADIR%%/help/de_degrees.html -%%DATADIR%%/help/de_dim.html -%%DATADIR%%/help/de_dountil.html -%%DATADIR%%/help/de_end.html -%%DATADIR%%/help/de_eof.html -%%DATADIR%%/help/de_errorcodes.html -%%DATADIR%%/help/de_exists.html -%%DATADIR%%/help/de_fastgraphics.html -%%DATADIR%%/help/de_felder.html -%%DATADIR%%/help/de_float.html -%%DATADIR%%/help/de_floor.html -%%DATADIR%%/help/de_font.html -%%DATADIR%%/help/de_fornext.html -%%DATADIR%%/help/de_getcolor.html -%%DATADIR%%/help/de_getslice.html -%%DATADIR%%/help/de_gosubreturn.html -%%DATADIR%%/help/de_goto.html -%%DATADIR%%/help/de_graphheight.html -%%DATADIR%%/help/de_graphsize.html -%%DATADIR%%/help/de_graphwidth.html -%%DATADIR%%/help/de_hour.html -%%DATADIR%%/help/de_ifthen.html -%%DATADIR%%/help/de_imgload.html -%%DATADIR%%/help/de_input.html -%%DATADIR%%/help/de_instr.html -%%DATADIR%%/help/de_int.html -%%DATADIR%%/help/de_key.html -%%DATADIR%%/help/de_lasterror.html -%%DATADIR%%/help/de_lasterrorextra.html -%%DATADIR%%/help/de_lasterrorline.html -%%DATADIR%%/help/de_lasterrormessage.html -%%DATADIR%%/help/de_left.html -%%DATADIR%%/help/de_length.html -%%DATADIR%%/help/de_line.html -%%DATADIR%%/help/de_log.html -%%DATADIR%%/help/de_log10.html -%%DATADIR%%/help/de_lower.html -%%DATADIR%%/help/de_mid.html -%%DATADIR%%/help/de_minute.html -%%DATADIR%%/help/de_month.html -%%DATADIR%%/help/de_mouseb.html -%%DATADIR%%/help/de_mousex.html -%%DATADIR%%/help/de_mousey.html -%%DATADIR%%/help/de_netclose.html -%%DATADIR%%/help/de_netconnect.html -%%DATADIR%%/help/de_netdata.html -%%DATADIR%%/help/de_netlisten.html -%%DATADIR%%/help/de_netread.html -%%DATADIR%%/help/de_netwrite.html -%%DATADIR%%/help/de_numerischekonstanten.html -%%DATADIR%%/help/de_offerror.html -%%DATADIR%%/help/de_onerror.html -%%DATADIR%%/help/de_open.html -%%DATADIR%%/help/de_operatoren.html -%%DATADIR%%/help/de_pause.html -%%DATADIR%%/help/de_pixel.html -%%DATADIR%%/help/de_plot.html -%%DATADIR%%/help/de_poly.html -%%DATADIR%%/help/de_print.html -%%DATADIR%%/help/de_programm-syntax.html -%%DATADIR%%/help/de_putslice.html -%%DATADIR%%/help/de_radians.html -%%DATADIR%%/help/de_rand.html -%%DATADIR%%/help/de_read.html -%%DATADIR%%/help/de_readline.html -%%DATADIR%%/help/de_rect.html -%%DATADIR%%/help/de_redim.html -%%DATADIR%%/help/de_refresh.html -%%DATADIR%%/help/de_rem.html -%%DATADIR%%/help/de_reset.html -%%DATADIR%%/help/de_rgb.html -%%DATADIR%%/help/de_right.html -%%DATADIR%%/help/de_say.html -%%DATADIR%%/help/de_second.html -%%DATADIR%%/help/de_seek.html -%%DATADIR%%/help/de_sin.html -%%DATADIR%%/help/de_singlepage.html -%%DATADIR%%/help/de_size.html -%%DATADIR%%/help/de_sound.html -%%DATADIR%%/help/de_spritecollide.html -%%DATADIR%%/help/de_spritedim.html -%%DATADIR%%/help/de_spriteh.html -%%DATADIR%%/help/de_spritehide.html -%%DATADIR%%/help/de_spriteload.html -%%DATADIR%%/help/de_spritemove.html -%%DATADIR%%/help/de_spriteplace.html -%%DATADIR%%/help/de_spriteshow.html -%%DATADIR%%/help/de_spriteslice.html -%%DATADIR%%/help/de_spritev.html -%%DATADIR%%/help/de_spritew.html -%%DATADIR%%/help/de_spritex.html -%%DATADIR%%/help/de_spritey.html -%%DATADIR%%/help/de_stamp.html -%%DATADIR%%/help/de_start.html -%%DATADIR%%/help/de_string.html -%%DATADIR%%/help/de_system.html -%%DATADIR%%/help/de_systemrequirements.html -%%DATADIR%%/help/de_tan.html -%%DATADIR%%/help/de_techinformation.html -%%DATADIR%%/help/de_text.html -%%DATADIR%%/help/de_upper.html -%%DATADIR%%/help/de_variablen.html -%%DATADIR%%/help/de_volume.html -%%DATADIR%%/help/de_wavplay.html -%%DATADIR%%/help/de_wavstop.html -%%DATADIR%%/help/de_wavwait.html -%%DATADIR%%/help/de_whileendwhile.html -%%DATADIR%%/help/de_write.html -%%DATADIR%%/help/de_writeline.html -%%DATADIR%%/help/de_year.html -%%DATADIR%%/help/de_zeichenketten-konstantenauchtext-konstanten.html -%%DATADIR%%/help/el_abs.html -%%DATADIR%%/help/el_acos.html -%%DATADIR%%/help/el_alert.html -%%DATADIR%%/help/el_anonymousarrays.html -%%DATADIR%%/help/el_arc.html -%%DATADIR%%/help/el_arrays.html -%%DATADIR%%/help/el_asc.html -%%DATADIR%%/help/el_asin.html -%%DATADIR%%/help/el_atan.html -%%DATADIR%%/help/el_call.html -%%DATADIR%%/help/el_ceil.html -%%DATADIR%%/help/el_changedir.html -%%DATADIR%%/help/el_chord.html -%%DATADIR%%/help/el_chr.html -%%DATADIR%%/help/el_circle.html -%%DATADIR%%/help/el_clg.html -%%DATADIR%%/help/el_clickb.html -%%DATADIR%%/help/el_clickclear.html -%%DATADIR%%/help/el_clickx.html -%%DATADIR%%/help/el_clicky.html -%%DATADIR%%/help/el_close.html -%%DATADIR%%/help/el_cls.html -%%DATADIR%%/help/el_color.html -%%DATADIR%%/help/el_commandline.html -%%DATADIR%%/help/el_compileerrorcodes.html -%%DATADIR%%/help/el_confirm.html -%%DATADIR%%/help/el_continuedo.html -%%DATADIR%%/help/el_continuefor.html -%%DATADIR%%/help/el_continuewhile.html -%%DATADIR%%/help/el_cos.html -%%DATADIR%%/help/el_count.html -%%DATADIR%%/help/el_countx.html -%%DATADIR%%/help/el_currentdir.html -%%DATADIR%%/help/el_day.html -%%DATADIR%%/help/el_dbclose.html -%%DATADIR%%/help/el_dbcloseset.html -%%DATADIR%%/help/el_dbexecute.html -%%DATADIR%%/help/el_dbfloat.html -%%DATADIR%%/help/el_dbint.html -%%DATADIR%%/help/el_dbnull.html -%%DATADIR%%/help/el_dbopen.html -%%DATADIR%%/help/el_dbopenset.html -%%DATADIR%%/help/el_dbrow.html -%%DATADIR%%/help/el_dbstring.html -%%DATADIR%%/help/el_degrees.html -%%DATADIR%%/help/el_dim.html -%%DATADIR%%/help/el_dir.html -%%DATADIR%%/help/el_do.html -%%DATADIR%%/help/el_editvisible.html -%%DATADIR%%/help/el_else.html -%%DATADIR%%/help/el_end.html -%%DATADIR%%/help/el_endfunction.html -%%DATADIR%%/help/el_endif.html -%%DATADIR%%/help/el_endsubroutine.html -%%DATADIR%%/help/el_endwhile.html -%%DATADIR%%/help/el_eof.html -%%DATADIR%%/help/el_errorcodes.html -%%DATADIR%%/help/el_exists.html -%%DATADIR%%/help/el_exitdo.html -%%DATADIR%%/help/el_exitfor.html -%%DATADIR%%/help/el_exitwhile.html -%%DATADIR%%/help/el_exp.html -%%DATADIR%%/help/el_explode.html -%%DATADIR%%/help/el_explodex.html -%%DATADIR%%/help/el_fastgraphics.html -%%DATADIR%%/help/el_float.html -%%DATADIR%%/help/el_floor.html -%%DATADIR%%/help/el_font.html -%%DATADIR%%/help/el_for.html -%%DATADIR%%/help/el_freedb.html -%%DATADIR%%/help/el_freedbset.html -%%DATADIR%%/help/el_freefile.html -%%DATADIR%%/help/el_freenet.html -%%DATADIR%%/help/el_frombinary.html -%%DATADIR%%/help/el_fromhex.html -%%DATADIR%%/help/el_fromoctal.html -%%DATADIR%%/help/el_fromradix.html -%%DATADIR%%/help/el_function.html -%%DATADIR%%/help/el_getbrushcolor.html -%%DATADIR%%/help/el_getcolor.html -%%DATADIR%%/help/el_getpenwidth.html -%%DATADIR%%/help/el_getsetting.html -%%DATADIR%%/help/el_getslice.html -%%DATADIR%%/help/el_global.html -%%DATADIR%%/help/el_gosub.html -%%DATADIR%%/help/el_goto.html -%%DATADIR%%/help/el_graphheight.html -%%DATADIR%%/help/el_graphsize.html -%%DATADIR%%/help/el_graphvisible.html -%%DATADIR%%/help/el_graphwidth.html -%%DATADIR%%/help/el_hour.html -%%DATADIR%%/help/el_if.html -%%DATADIR%%/help/el_ifthen.html -%%DATADIR%%/help/el_imgload.html -%%DATADIR%%/help/el_imgsave.html -%%DATADIR%%/help/el_implode.html -%%DATADIR%%/help/el_include.html -%%DATADIR%%/help/el_input.html -%%DATADIR%%/help/el_instr.html -%%DATADIR%%/help/el_instrx.html -%%DATADIR%%/help/el_int.html -%%DATADIR%%/help/el_key.html -%%DATADIR%%/help/el_kill.html -%%DATADIR%%/help/el_lasterror.html -%%DATADIR%%/help/el_lasterrorextra.html -%%DATADIR%%/help/el_lasterrorline.html -%%DATADIR%%/help/el_lasterrormessage.html -%%DATADIR%%/help/el_left.html -%%DATADIR%%/help/el_length.html -%%DATADIR%%/help/el_line.html -%%DATADIR%%/help/el_log.html -%%DATADIR%%/help/el_log10.html -%%DATADIR%%/help/el_lower.html -%%DATADIR%%/help/el_md5.html -%%DATADIR%%/help/el_mid.html -%%DATADIR%%/help/el_minute.html -%%DATADIR%%/help/el_month.html -%%DATADIR%%/help/el_mouseb.html -%%DATADIR%%/help/el_mousex.html -%%DATADIR%%/help/el_mousey.html -%%DATADIR%%/help/el_msec.html -%%DATADIR%%/help/el_netaddress.html -%%DATADIR%%/help/el_netclose.html -%%DATADIR%%/help/el_netconnect.html -%%DATADIR%%/help/el_netdata.html -%%DATADIR%%/help/el_netlisten.html -%%DATADIR%%/help/el_netread.html -%%DATADIR%%/help/el_netwrite.html -%%DATADIR%%/help/el_next.html -%%DATADIR%%/help/el_numericconstants.html -%%DATADIR%%/help/el_offerror.html -%%DATADIR%%/help/el_onerror.html -%%DATADIR%%/help/el_open.html -%%DATADIR%%/help/el_operators.html -%%DATADIR%%/help/el_ostype.html -%%DATADIR%%/help/el_outputvisible.html -%%DATADIR%%/help/el_pause.html -%%DATADIR%%/help/el_penwidth.html -%%DATADIR%%/help/el_pie.html -%%DATADIR%%/help/el_pixel.html -%%DATADIR%%/help/el_plot.html -%%DATADIR%%/help/el_poly.html -%%DATADIR%%/help/el_portin.html -%%DATADIR%%/help/el_portout.html -%%DATADIR%%/help/el_print.html -%%DATADIR%%/help/el_printercancel.html -%%DATADIR%%/help/el_printeroff.html -%%DATADIR%%/help/el_printeron.html -%%DATADIR%%/help/el_printerpage.html -%%DATADIR%%/help/el_programsyntax.html -%%DATADIR%%/help/el_prompt.html -%%DATADIR%%/help/el_putslice.html -%%DATADIR%%/help/el_radians.html -%%DATADIR%%/help/el_rand.html -%%DATADIR%%/help/el_read.html -%%DATADIR%%/help/el_readbyte.html -%%DATADIR%%/help/el_readline.html -%%DATADIR%%/help/el_rect.html -%%DATADIR%%/help/el_redim.html -%%DATADIR%%/help/el_ref.html -%%DATADIR%%/help/el_refresh.html -%%DATADIR%%/help/el_rem.html -%%DATADIR%%/help/el_removedfeatures.html -%%DATADIR%%/help/el_replace.html -%%DATADIR%%/help/el_replacex.html -%%DATADIR%%/help/el_reset.html -%%DATADIR%%/help/el_return.html -%%DATADIR%%/help/el_rgb.html -%%DATADIR%%/help/el_right.html -%%DATADIR%%/help/el_say.html -%%DATADIR%%/help/el_second.html -%%DATADIR%%/help/el_seek.html -%%DATADIR%%/help/el_setsetting.html -%%DATADIR%%/help/el_sin.html -%%DATADIR%%/help/el_size.html -%%DATADIR%%/help/el_sound.html -%%DATADIR%%/help/el_spritecollide.html -%%DATADIR%%/help/el_spritedim.html -%%DATADIR%%/help/el_spriteh.html -%%DATADIR%%/help/el_spritehide.html -%%DATADIR%%/help/el_spriteload.html -%%DATADIR%%/help/el_spritemove.html -%%DATADIR%%/help/el_spriteplace.html -%%DATADIR%%/help/el_spritepoly.html -%%DATADIR%%/help/el_spriter.html -%%DATADIR%%/help/el_sprites.html -%%DATADIR%%/help/el_spriteshow.html -%%DATADIR%%/help/el_spriteslice.html -%%DATADIR%%/help/el_spritev.html -%%DATADIR%%/help/el_spritew.html -%%DATADIR%%/help/el_spritex.html -%%DATADIR%%/help/el_spritey.html -%%DATADIR%%/help/el_sqr.html -%%DATADIR%%/help/el_stamp.html -%%DATADIR%%/help/el_start.html -%%DATADIR%%/help/el_string.html -%%DATADIR%%/help/el_stringconstants.html -%%DATADIR%%/help/el_subroutine.html -%%DATADIR%%/help/el_system.html -%%DATADIR%%/help/el_systemrequirements.html -%%DATADIR%%/help/el_tan.html -%%DATADIR%%/help/el_techinformation.html -%%DATADIR%%/help/el_text.html -%%DATADIR%%/help/el_textheight.html -%%DATADIR%%/help/el_textwidth.html -%%DATADIR%%/help/el_then.html -%%DATADIR%%/help/el_throwerror.html -%%DATADIR%%/help/el_tobinary.html -%%DATADIR%%/help/el_tohex.html -%%DATADIR%%/help/el_tooctal.html -%%DATADIR%%/help/el_toradix.html -%%DATADIR%%/help/el_try.html -%%DATADIR%%/help/el_until.html -%%DATADIR%%/help/el_upper.html -%%DATADIR%%/help/el_variables.html -%%DATADIR%%/help/el_version.html -%%DATADIR%%/help/el_volume.html -%%DATADIR%%/help/el_wavplay.html -%%DATADIR%%/help/el_wavstop.html -%%DATADIR%%/help/el_wavwait.html -%%DATADIR%%/help/el_while.html -%%DATADIR%%/help/el_whileendwhile.html -%%DATADIR%%/help/el_write.html -%%DATADIR%%/help/el_writebyte.html -%%DATADIR%%/help/el_writeline.html -%%DATADIR%%/help/el_year.html -%%DATADIR%%/help/en_abs.html -%%DATADIR%%/help/en_acos.html -%%DATADIR%%/help/en_alert.html -%%DATADIR%%/help/en_anonymousarrays.html -%%DATADIR%%/help/en_arc.html -%%DATADIR%%/help/en_arrays.html -%%DATADIR%%/help/en_asc.html -%%DATADIR%%/help/en_asin.html -%%DATADIR%%/help/en_atan.html -%%DATADIR%%/help/en_call.html -%%DATADIR%%/help/en_case.html -%%DATADIR%%/help/en_ceil.html -%%DATADIR%%/help/en_changedir.html -%%DATADIR%%/help/en_chord.html -%%DATADIR%%/help/en_chr.html -%%DATADIR%%/help/en_circle.html -%%DATADIR%%/help/en_clg.html -%%DATADIR%%/help/en_clickb.html -%%DATADIR%%/help/en_clickclear.html -%%DATADIR%%/help/en_clickx.html -%%DATADIR%%/help/en_clicky.html -%%DATADIR%%/help/en_close.html -%%DATADIR%%/help/en_cls.html -%%DATADIR%%/help/en_color.html -%%DATADIR%%/help/en_commandline.html -%%DATADIR%%/help/en_compileerrorcodes.html -%%DATADIR%%/help/en_confirm.html -%%DATADIR%%/help/en_continuedo.html -%%DATADIR%%/help/en_continuefor.html -%%DATADIR%%/help/en_continuewhile.html -%%DATADIR%%/help/en_cos.html -%%DATADIR%%/help/en_count.html -%%DATADIR%%/help/en_countx.html -%%DATADIR%%/help/en_currentdir.html -%%DATADIR%%/help/en_day.html -%%DATADIR%%/help/en_dbclose.html -%%DATADIR%%/help/en_dbcloseset.html -%%DATADIR%%/help/en_dbexecute.html -%%DATADIR%%/help/en_dbfloat.html -%%DATADIR%%/help/en_dbint.html -%%DATADIR%%/help/en_dbnull.html -%%DATADIR%%/help/en_dbopen.html -%%DATADIR%%/help/en_dbopenset.html -%%DATADIR%%/help/en_dbrow.html -%%DATADIR%%/help/en_dbstring.html -%%DATADIR%%/help/en_degrees.html -%%DATADIR%%/help/en_dim.html -%%DATADIR%%/help/en_dir.html -%%DATADIR%%/help/en_do.html -%%DATADIR%%/help/en_editvisible.html -%%DATADIR%%/help/en_else.html -%%DATADIR%%/help/en_end.html -%%DATADIR%%/help/en_endfunction.html -%%DATADIR%%/help/en_endif.html -%%DATADIR%%/help/en_endsubroutine.html -%%DATADIR%%/help/en_endwhile.html -%%DATADIR%%/help/en_eof.html -%%DATADIR%%/help/en_errorcodes.html -%%DATADIR%%/help/en_exists.html -%%DATADIR%%/help/en_exitdo.html -%%DATADIR%%/help/en_exitfor.html -%%DATADIR%%/help/en_exitwhile.html -%%DATADIR%%/help/en_exp.html -%%DATADIR%%/help/en_explode.html -%%DATADIR%%/help/en_explodex.html -%%DATADIR%%/help/en_expressions.html -%%DATADIR%%/help/en_fastgraphics.html -%%DATADIR%%/help/en_float.html -%%DATADIR%%/help/en_floor.html -%%DATADIR%%/help/en_font.html -%%DATADIR%%/help/en_for.html -%%DATADIR%%/help/en_freedb.html -%%DATADIR%%/help/en_freedbset.html -%%DATADIR%%/help/en_freefile.html -%%DATADIR%%/help/en_freenet.html -%%DATADIR%%/help/en_frombinary.html -%%DATADIR%%/help/en_fromhex.html -%%DATADIR%%/help/en_fromoctal.html -%%DATADIR%%/help/en_fromradix.html -%%DATADIR%%/help/en_function.html -%%DATADIR%%/help/en_getbrushcolor.html -%%DATADIR%%/help/en_getcolor.html -%%DATADIR%%/help/en_getpenwidth.html -%%DATADIR%%/help/en_getsetting.html -%%DATADIR%%/help/en_getslice.html -%%DATADIR%%/help/en_global.html -%%DATADIR%%/help/en_gosub.html -%%DATADIR%%/help/en_goto.html -%%DATADIR%%/help/en_graphheight.html -%%DATADIR%%/help/en_graphsize.html -%%DATADIR%%/help/en_graphvisible.html -%%DATADIR%%/help/en_graphwidth.html -%%DATADIR%%/help/en_hour.html -%%DATADIR%%/help/en_if.html -%%DATADIR%%/help/en_ifthen.html -%%DATADIR%%/help/en_imgload.html -%%DATADIR%%/help/en_imgsave.html -%%DATADIR%%/help/en_implode.html -%%DATADIR%%/help/en_include.html -%%DATADIR%%/help/en_input.html -%%DATADIR%%/help/en_instr.html -%%DATADIR%%/help/en_instrx.html -%%DATADIR%%/help/en_int.html -%%DATADIR%%/help/en_key.html -%%DATADIR%%/help/en_kill.html -%%DATADIR%%/help/en_lasterror.html -%%DATADIR%%/help/en_lasterrorextra.html -%%DATADIR%%/help/en_lasterrorline.html -%%DATADIR%%/help/en_lasterrormessage.html -%%DATADIR%%/help/en_left.html -%%DATADIR%%/help/en_length.html -%%DATADIR%%/help/en_line.html -%%DATADIR%%/help/en_log.html -%%DATADIR%%/help/en_log10.html -%%DATADIR%%/help/en_lower.html -%%DATADIR%%/help/en_md5.html -%%DATADIR%%/help/en_mid.html -%%DATADIR%%/help/en_midx.html -%%DATADIR%%/help/en_minute.html -%%DATADIR%%/help/en_month.html -%%DATADIR%%/help/en_mouseb.html -%%DATADIR%%/help/en_mousex.html -%%DATADIR%%/help/en_mousey.html -%%DATADIR%%/help/en_msec.html -%%DATADIR%%/help/en_netaddress.html -%%DATADIR%%/help/en_netclose.html -%%DATADIR%%/help/en_netconnect.html -%%DATADIR%%/help/en_netdata.html -%%DATADIR%%/help/en_netlisten.html -%%DATADIR%%/help/en_netread.html -%%DATADIR%%/help/en_netwrite.html -%%DATADIR%%/help/en_next.html -%%DATADIR%%/help/en_numericconstants.html -%%DATADIR%%/help/en_offerror.html -%%DATADIR%%/help/en_onerror.html -%%DATADIR%%/help/en_open.html -%%DATADIR%%/help/en_operators.html -%%DATADIR%%/help/en_ostype.html -%%DATADIR%%/help/en_outputvisible.html -%%DATADIR%%/help/en_pause.html -%%DATADIR%%/help/en_penwidth.html -%%DATADIR%%/help/en_pie.html -%%DATADIR%%/help/en_pixel.html -%%DATADIR%%/help/en_plot.html -%%DATADIR%%/help/en_poly.html -%%DATADIR%%/help/en_portin.html -%%DATADIR%%/help/en_portout.html -%%DATADIR%%/help/en_print.html -%%DATADIR%%/help/en_printercancel.html -%%DATADIR%%/help/en_printeroff.html -%%DATADIR%%/help/en_printeron.html -%%DATADIR%%/help/en_printerpage.html -%%DATADIR%%/help/en_programsyntax.html -%%DATADIR%%/help/en_prompt.html -%%DATADIR%%/help/en_putslice.html -%%DATADIR%%/help/en_radians.html -%%DATADIR%%/help/en_rand.html -%%DATADIR%%/help/en_read.html -%%DATADIR%%/help/en_readbyte.html -%%DATADIR%%/help/en_readline.html -%%DATADIR%%/help/en_rect.html -%%DATADIR%%/help/en_redim.html -%%DATADIR%%/help/en_ref.html -%%DATADIR%%/help/en_refresh.html -%%DATADIR%%/help/en_regexminimal.html -%%DATADIR%%/help/en_rem.html -%%DATADIR%%/help/en_removedfeatures.html -%%DATADIR%%/help/en_replace.html -%%DATADIR%%/help/en_replacex.html -%%DATADIR%%/help/en_reset.html -%%DATADIR%%/help/en_return.html -%%DATADIR%%/help/en_rgb.html -%%DATADIR%%/help/en_right.html -%%DATADIR%%/help/en_say.html -%%DATADIR%%/help/en_second.html -%%DATADIR%%/help/en_seek.html -%%DATADIR%%/help/en_setsetting.html -%%DATADIR%%/help/en_sin.html -%%DATADIR%%/help/en_size.html -%%DATADIR%%/help/en_sound.html -%%DATADIR%%/help/en_spritecollide.html -%%DATADIR%%/help/en_spritedim.html -%%DATADIR%%/help/en_spriteh.html -%%DATADIR%%/help/en_spritehide.html -%%DATADIR%%/help/en_spriteload.html -%%DATADIR%%/help/en_spritemove.html -%%DATADIR%%/help/en_spriteplace.html -%%DATADIR%%/help/en_spritepoly.html -%%DATADIR%%/help/en_spriter.html -%%DATADIR%%/help/en_sprites.html -%%DATADIR%%/help/en_spriteshow.html -%%DATADIR%%/help/en_spriteslice.html -%%DATADIR%%/help/en_spritev.html -%%DATADIR%%/help/en_spritew.html -%%DATADIR%%/help/en_spritex.html -%%DATADIR%%/help/en_spritey.html -%%DATADIR%%/help/en_sqr.html -%%DATADIR%%/help/en_stamp.html -%%DATADIR%%/help/en_start.html -%%DATADIR%%/help/en_string.html -%%DATADIR%%/help/en_stringconstants.html -%%DATADIR%%/help/en_subroutine.html -%%DATADIR%%/help/en_system.html -%%DATADIR%%/help/en_systemrequirements.html -%%DATADIR%%/help/en_tan.html -%%DATADIR%%/help/en_techinformation.html -%%DATADIR%%/help/en_text.html -%%DATADIR%%/help/en_textheight.html -%%DATADIR%%/help/en_textwidth.html -%%DATADIR%%/help/en_then.html -%%DATADIR%%/help/en_throwerror.html -%%DATADIR%%/help/en_tobinary.html -%%DATADIR%%/help/en_tohex.html -%%DATADIR%%/help/en_tooctal.html -%%DATADIR%%/help/en_toradix.html -%%DATADIR%%/help/en_try.html -%%DATADIR%%/help/en_until.html -%%DATADIR%%/help/en_upper.html -%%DATADIR%%/help/en_variables.html -%%DATADIR%%/help/en_version.html -%%DATADIR%%/help/en_volume.html -%%DATADIR%%/help/en_wavlength.html -%%DATADIR%%/help/en_wavpause.html -%%DATADIR%%/help/en_wavplay.html -%%DATADIR%%/help/en_wavpos.html -%%DATADIR%%/help/en_wavseek.html -%%DATADIR%%/help/en_wavstate.html -%%DATADIR%%/help/en_wavstop.html -%%DATADIR%%/help/en_wavwait.html -%%DATADIR%%/help/en_while.html -%%DATADIR%%/help/en_write.html -%%DATADIR%%/help/en_writebyte.html -%%DATADIR%%/help/en_writeline.html -%%DATADIR%%/help/en_year.html -%%DATADIR%%/help/es_abs.html -%%DATADIR%%/help/es_acos.html -%%DATADIR%%/help/es_anonymousarrays.html -%%DATADIR%%/help/es_arrays.html -%%DATADIR%%/help/es_asc.html -%%DATADIR%%/help/es_asin.html -%%DATADIR%%/help/es_atan.html -%%DATADIR%%/help/es_ceil.html -%%DATADIR%%/help/es_changedir.html -%%DATADIR%%/help/es_chr.html -%%DATADIR%%/help/es_circle.html -%%DATADIR%%/help/es_clg.html -%%DATADIR%%/help/es_clickb.html -%%DATADIR%%/help/es_clickclear.html -%%DATADIR%%/help/es_clickx.html -%%DATADIR%%/help/es_clicky.html -%%DATADIR%%/help/es_close.html -%%DATADIR%%/help/es_cls.html -%%DATADIR%%/help/es_color.html -%%DATADIR%%/help/es_cos.html -%%DATADIR%%/help/es_count.html -%%DATADIR%%/help/es_countx.html -%%DATADIR%%/help/es_currentdir.html -%%DATADIR%%/help/es_day.html -%%DATADIR%%/help/es_dbclose.html -%%DATADIR%%/help/es_dbcloseset.html -%%DATADIR%%/help/es_dbexecute.html -%%DATADIR%%/help/es_dbfloat.html -%%DATADIR%%/help/es_dbint.html -%%DATADIR%%/help/es_dbopen.html -%%DATADIR%%/help/es_dbopenset.html -%%DATADIR%%/help/es_dbrow.html -%%DATADIR%%/help/es_dbstring.html -%%DATADIR%%/help/es_degrees.html -%%DATADIR%%/help/es_dim.html -%%DATADIR%%/help/es_dir.html -%%DATADIR%%/help/es_dountil.html -%%DATADIR%%/help/es_end.html -%%DATADIR%%/help/es_eof.html -%%DATADIR%%/help/es_errorcodes.html -%%DATADIR%%/help/es_exists.html -%%DATADIR%%/help/es_exp.html -%%DATADIR%%/help/es_explode.html -%%DATADIR%%/help/es_explodex.html -%%DATADIR%%/help/es_fastgraphics.html -%%DATADIR%%/help/es_float.html -%%DATADIR%%/help/es_floor.html -%%DATADIR%%/help/es_font.html -%%DATADIR%%/help/es_fornext.html -%%DATADIR%%/help/es_getcolor.html -%%DATADIR%%/help/es_getsetting.html -%%DATADIR%%/help/es_getslice.html -%%DATADIR%%/help/es_gosubreturn.html -%%DATADIR%%/help/es_goto.html -%%DATADIR%%/help/es_graphheight.html -%%DATADIR%%/help/es_graphsize.html -%%DATADIR%%/help/es_graphwidth.html -%%DATADIR%%/help/es_hour.html -%%DATADIR%%/help/es_ifthen.html -%%DATADIR%%/help/es_imgload.html -%%DATADIR%%/help/es_imgsave.html -%%DATADIR%%/help/es_implode.html -%%DATADIR%%/help/es_input.html -%%DATADIR%%/help/es_instr.html -%%DATADIR%%/help/es_instrx.html -%%DATADIR%%/help/es_int.html -%%DATADIR%%/help/es_key.html -%%DATADIR%%/help/es_kill.html -%%DATADIR%%/help/es_lasterror.html -%%DATADIR%%/help/es_lasterrorextra.html -%%DATADIR%%/help/es_lasterrorline.html -%%DATADIR%%/help/es_lasterrormessage.html -%%DATADIR%%/help/es_left.html -%%DATADIR%%/help/es_length.html -%%DATADIR%%/help/es_line.html -%%DATADIR%%/help/es_log.html -%%DATADIR%%/help/es_log10.html -%%DATADIR%%/help/es_lower.html -%%DATADIR%%/help/es_md5.html -%%DATADIR%%/help/es_mid.html -%%DATADIR%%/help/es_minute.html -%%DATADIR%%/help/es_month.html -%%DATADIR%%/help/es_mouseb.html -%%DATADIR%%/help/es_mousex.html -%%DATADIR%%/help/es_mousey.html -%%DATADIR%%/help/es_msec.html -%%DATADIR%%/help/es_netaddress.html -%%DATADIR%%/help/es_netclose.html -%%DATADIR%%/help/es_netconnect.html -%%DATADIR%%/help/es_netdata.html -%%DATADIR%%/help/es_netlisten.html -%%DATADIR%%/help/es_netread.html -%%DATADIR%%/help/es_netwrite.html -%%DATADIR%%/help/es_numericconstants.html -%%DATADIR%%/help/es_offerror.html -%%DATADIR%%/help/es_onerror.html -%%DATADIR%%/help/es_open.html -%%DATADIR%%/help/es_operators.html -%%DATADIR%%/help/es_ostype.html -%%DATADIR%%/help/es_pause.html -%%DATADIR%%/help/es_pixel.html -%%DATADIR%%/help/es_plot.html -%%DATADIR%%/help/es_poly.html -%%DATADIR%%/help/es_portin.html -%%DATADIR%%/help/es_portout.html -%%DATADIR%%/help/es_print.html -%%DATADIR%%/help/es_programsyntax.html -%%DATADIR%%/help/es_putslice.html -%%DATADIR%%/help/es_radians.html -%%DATADIR%%/help/es_rand.html -%%DATADIR%%/help/es_read.html -%%DATADIR%%/help/es_readline.html -%%DATADIR%%/help/es_rect.html -%%DATADIR%%/help/es_redim.html -%%DATADIR%%/help/es_refresh.html -%%DATADIR%%/help/es_rem.html -%%DATADIR%%/help/es_replace.html -%%DATADIR%%/help/es_replacex.html -%%DATADIR%%/help/es_reset.html -%%DATADIR%%/help/es_rgb.html -%%DATADIR%%/help/es_right.html -%%DATADIR%%/help/es_say.html -%%DATADIR%%/help/es_second.html -%%DATADIR%%/help/es_seek.html -%%DATADIR%%/help/es_setsetting.html -%%DATADIR%%/help/es_sin.html -%%DATADIR%%/help/es_size.html -%%DATADIR%%/help/es_sound.html -%%DATADIR%%/help/es_spritecollide.html -%%DATADIR%%/help/es_spritedim.html -%%DATADIR%%/help/es_spriteh.html -%%DATADIR%%/help/es_spritehide.html -%%DATADIR%%/help/es_spriteload.html -%%DATADIR%%/help/es_spritemove.html -%%DATADIR%%/help/es_spriteplace.html -%%DATADIR%%/help/es_spriteshow.html -%%DATADIR%%/help/es_spriteslice.html -%%DATADIR%%/help/es_spritev.html -%%DATADIR%%/help/es_spritew.html -%%DATADIR%%/help/es_spritex.html -%%DATADIR%%/help/es_spritey.html -%%DATADIR%%/help/es_sqr.html -%%DATADIR%%/help/es_stamp.html -%%DATADIR%%/help/es_start.html -%%DATADIR%%/help/es_string.html -%%DATADIR%%/help/es_stringconstants.html -%%DATADIR%%/help/es_system.html -%%DATADIR%%/help/es_systemrequirements.html -%%DATADIR%%/help/es_tan.html -%%DATADIR%%/help/es_techinformation.html -%%DATADIR%%/help/es_text.html -%%DATADIR%%/help/es_upper.html -%%DATADIR%%/help/es_variables.html -%%DATADIR%%/help/es_volume.html -%%DATADIR%%/help/es_wavplay.html -%%DATADIR%%/help/es_wavstop.html -%%DATADIR%%/help/es_wavwait.html -%%DATADIR%%/help/es_whileendwhile.html -%%DATADIR%%/help/es_write.html -%%DATADIR%%/help/es_writeline.html -%%DATADIR%%/help/es_year.html -%%DATADIR%%/help/fr_abs.html -%%DATADIR%%/help/fr_acos.html -%%DATADIR%%/help/fr_alert.html -%%DATADIR%%/help/fr_anonymousarrays.html -%%DATADIR%%/help/fr_arc.html -%%DATADIR%%/help/fr_arrays.html -%%DATADIR%%/help/fr_asc.html -%%DATADIR%%/help/fr_asin.html -%%DATADIR%%/help/fr_atan.html -%%DATADIR%%/help/fr_call.html -%%DATADIR%%/help/fr_ceil.html -%%DATADIR%%/help/fr_changedir.html -%%DATADIR%%/help/fr_chord.html -%%DATADIR%%/help/fr_chr.html -%%DATADIR%%/help/fr_circle.html -%%DATADIR%%/help/fr_clg.html -%%DATADIR%%/help/fr_clickb.html -%%DATADIR%%/help/fr_clickclear.html -%%DATADIR%%/help/fr_clickx.html -%%DATADIR%%/help/fr_clicky.html -%%DATADIR%%/help/fr_close.html -%%DATADIR%%/help/fr_cls.html -%%DATADIR%%/help/fr_color.html -%%DATADIR%%/help/fr_commandline.html -%%DATADIR%%/help/fr_compileerrorcodes.html -%%DATADIR%%/help/fr_confirm.html -%%DATADIR%%/help/fr_cos.html -%%DATADIR%%/help/fr_count.html -%%DATADIR%%/help/fr_countx.html -%%DATADIR%%/help/fr_currentdir.html -%%DATADIR%%/help/fr_day.html -%%DATADIR%%/help/fr_dbclose.html -%%DATADIR%%/help/fr_dbcloseset.html -%%DATADIR%%/help/fr_dbexecute.html -%%DATADIR%%/help/fr_dbfloat.html -%%DATADIR%%/help/fr_dbint.html -%%DATADIR%%/help/fr_dbnull.html -%%DATADIR%%/help/fr_dbopen.html -%%DATADIR%%/help/fr_dbopenset.html -%%DATADIR%%/help/fr_dbrow.html -%%DATADIR%%/help/fr_dbstring.html -%%DATADIR%%/help/fr_degrees.html -%%DATADIR%%/help/fr_dim.html -%%DATADIR%%/help/fr_dir.html -%%DATADIR%%/help/fr_dountil.html -%%DATADIR%%/help/fr_editvisible.html -%%DATADIR%%/help/fr_else.html -%%DATADIR%%/help/fr_end.html -%%DATADIR%%/help/fr_endfunction.html -%%DATADIR%%/help/fr_endif.html -%%DATADIR%%/help/fr_endsubroutine.html -%%DATADIR%%/help/fr_endwhile.html -%%DATADIR%%/help/fr_eof.html -%%DATADIR%%/help/fr_errorcodes.html -%%DATADIR%%/help/fr_exists.html -%%DATADIR%%/help/fr_exp.html -%%DATADIR%%/help/fr_explode.html -%%DATADIR%%/help/fr_explodex.html -%%DATADIR%%/help/fr_fastgraphics.html -%%DATADIR%%/help/fr_float.html -%%DATADIR%%/help/fr_floor.html -%%DATADIR%%/help/fr_font.html -%%DATADIR%%/help/fr_fornext.html -%%DATADIR%%/help/fr_freedb.html -%%DATADIR%%/help/fr_freedbset.html -%%DATADIR%%/help/fr_freefile.html -%%DATADIR%%/help/fr_freenet.html -%%DATADIR%%/help/fr_frombinary.html -%%DATADIR%%/help/fr_fromhex.html -%%DATADIR%%/help/fr_fromoctal.html -%%DATADIR%%/help/fr_fromradix.html -%%DATADIR%%/help/fr_function.html -%%DATADIR%%/help/fr_getbrushcolor.html -%%DATADIR%%/help/fr_getcolor.html -%%DATADIR%%/help/fr_getpenwidth.html -%%DATADIR%%/help/fr_getsetting.html -%%DATADIR%%/help/fr_getslice.html -%%DATADIR%%/help/fr_global.html -%%DATADIR%%/help/fr_gosub.html -%%DATADIR%%/help/fr_goto.html -%%DATADIR%%/help/fr_graphheight.html -%%DATADIR%%/help/fr_graphsize.html -%%DATADIR%%/help/fr_graphvisible.html -%%DATADIR%%/help/fr_graphwidth.html -%%DATADIR%%/help/fr_hour.html -%%DATADIR%%/help/fr_ifthen.html -%%DATADIR%%/help/fr_imgload.html -%%DATADIR%%/help/fr_imgsave.html -%%DATADIR%%/help/fr_implode.html -%%DATADIR%%/help/fr_input.html -%%DATADIR%%/help/fr_instr.html -%%DATADIR%%/help/fr_instrx.html -%%DATADIR%%/help/fr_int.html -%%DATADIR%%/help/fr_key.html -%%DATADIR%%/help/fr_kill.html -%%DATADIR%%/help/fr_lasterror.html -%%DATADIR%%/help/fr_lasterrorextra.html -%%DATADIR%%/help/fr_lasterrorline.html -%%DATADIR%%/help/fr_lasterrormessage.html -%%DATADIR%%/help/fr_left.html -%%DATADIR%%/help/fr_length.html -%%DATADIR%%/help/fr_line.html -%%DATADIR%%/help/fr_log.html -%%DATADIR%%/help/fr_log10.html -%%DATADIR%%/help/fr_lower.html -%%DATADIR%%/help/fr_md5.html -%%DATADIR%%/help/fr_mid.html -%%DATADIR%%/help/fr_minute.html -%%DATADIR%%/help/fr_month.html -%%DATADIR%%/help/fr_mouseb.html -%%DATADIR%%/help/fr_mousex.html -%%DATADIR%%/help/fr_mousey.html -%%DATADIR%%/help/fr_msec.html -%%DATADIR%%/help/fr_netaddress.html -%%DATADIR%%/help/fr_netclose.html -%%DATADIR%%/help/fr_netconnect.html -%%DATADIR%%/help/fr_netdata.html -%%DATADIR%%/help/fr_netlisten.html -%%DATADIR%%/help/fr_netread.html -%%DATADIR%%/help/fr_netwrite.html -%%DATADIR%%/help/fr_next.html -%%DATADIR%%/help/fr_numericconstants.html -%%DATADIR%%/help/fr_offerror.html -%%DATADIR%%/help/fr_onerror.html -%%DATADIR%%/help/fr_open.html -%%DATADIR%%/help/fr_operators.html -%%DATADIR%%/help/fr_ostype.html -%%DATADIR%%/help/fr_outputvisible.html -%%DATADIR%%/help/fr_pause.html -%%DATADIR%%/help/fr_penwidth.html -%%DATADIR%%/help/fr_pie.html -%%DATADIR%%/help/fr_pixel.html -%%DATADIR%%/help/fr_plot.html -%%DATADIR%%/help/fr_poly.html -%%DATADIR%%/help/fr_portin.html -%%DATADIR%%/help/fr_portout.html -%%DATADIR%%/help/fr_print.html -%%DATADIR%%/help/fr_programsyntax.html -%%DATADIR%%/help/fr_prompt.html -%%DATADIR%%/help/fr_putslice.html -%%DATADIR%%/help/fr_radians.html -%%DATADIR%%/help/fr_rand.html -%%DATADIR%%/help/fr_read.html -%%DATADIR%%/help/fr_readbyte.html -%%DATADIR%%/help/fr_readline.html -%%DATADIR%%/help/fr_rect.html -%%DATADIR%%/help/fr_redim.html -%%DATADIR%%/help/fr_ref.html -%%DATADIR%%/help/fr_ref0.9.6.32.html -%%DATADIR%%/help/fr_refresh.html -%%DATADIR%%/help/fr_rem.html -%%DATADIR%%/help/fr_removedfeatures.html -%%DATADIR%%/help/fr_replace.html -%%DATADIR%%/help/fr_replacex.html -%%DATADIR%%/help/fr_reset.html -%%DATADIR%%/help/fr_return.html -%%DATADIR%%/help/fr_rgb.html -%%DATADIR%%/help/fr_right.html -%%DATADIR%%/help/fr_say.html -%%DATADIR%%/help/fr_second.html -%%DATADIR%%/help/fr_seek.html -%%DATADIR%%/help/fr_setsetting.html -%%DATADIR%%/help/fr_sin.html -%%DATADIR%%/help/fr_size.html -%%DATADIR%%/help/fr_sound.html -%%DATADIR%%/help/fr_spritecollide.html -%%DATADIR%%/help/fr_spritedim.html -%%DATADIR%%/help/fr_spriteh.html -%%DATADIR%%/help/fr_spritehide.html -%%DATADIR%%/help/fr_spriteload.html -%%DATADIR%%/help/fr_spritemove.html -%%DATADIR%%/help/fr_spriteplace.html -%%DATADIR%%/help/fr_spriter.html -%%DATADIR%%/help/fr_sprites.html -%%DATADIR%%/help/fr_spriteshow.html -%%DATADIR%%/help/fr_spriteslice.html -%%DATADIR%%/help/fr_spritev.html -%%DATADIR%%/help/fr_spritew.html -%%DATADIR%%/help/fr_spritex.html -%%DATADIR%%/help/fr_spritey.html -%%DATADIR%%/help/fr_sqr.html -%%DATADIR%%/help/fr_stamp.html -%%DATADIR%%/help/fr_start.html -%%DATADIR%%/help/fr_step.html -%%DATADIR%%/help/fr_string.html -%%DATADIR%%/help/fr_stringconstants.html -%%DATADIR%%/help/fr_subroutine.html -%%DATADIR%%/help/fr_system.html -%%DATADIR%%/help/fr_systemrequirements.html -%%DATADIR%%/help/fr_tan.html -%%DATADIR%%/help/fr_techinformation.html -%%DATADIR%%/help/fr_text.html -%%DATADIR%%/help/fr_textwidth.html -%%DATADIR%%/help/fr_then.html -%%DATADIR%%/help/fr_throwerror.html -%%DATADIR%%/help/fr_tobinary.html -%%DATADIR%%/help/fr_tohex.html -%%DATADIR%%/help/fr_tooctal.html -%%DATADIR%%/help/fr_toradix.html -%%DATADIR%%/help/fr_until.html -%%DATADIR%%/help/fr_upper.html -%%DATADIR%%/help/fr_variables.html -%%DATADIR%%/help/fr_version.html -%%DATADIR%%/help/fr_volume.html -%%DATADIR%%/help/fr_wavplay.html -%%DATADIR%%/help/fr_wavstop.html -%%DATADIR%%/help/fr_wavwait.html -%%DATADIR%%/help/fr_whileendwhile.html -%%DATADIR%%/help/fr_write.html -%%DATADIR%%/help/fr_writebyte.html -%%DATADIR%%/help/fr_writeline.html -%%DATADIR%%/help/fr_year.html -%%DATADIR%%/help/games.html -%%DATADIR%%/help/gamesballoons.kbs.html -%%DATADIR%%/help/gamescopycat.html -%%DATADIR%%/help/gamesspinner.html -%%DATADIR%%/help/graphicsimage.html -%%DATADIR%%/help/graphicsimagejkeyevortex.html -%%DATADIR%%/help/graphicsimagejkfracfor.html -%%DATADIR%%/help/graphicsimagejkjagdep.html -%%DATADIR%%/help/graphicsimagejkseasun.html -%%DATADIR%%/help/graphicsimagejkspirro.html -%%DATADIR%%/help/graphicsimagejkspirsq.html -%%DATADIR%%/help/graphicsimagejkstellr.html -%%DATADIR%%/help/graphicsimagejmrmob.html -%%DATADIR%%/help/graphicsimagejmrmor.html -%%DATADIR%%/help/graphicsutilitiesjmrstampedit.html -%%DATADIR%%/help/graphicsutilitiesstamp2sprite.html -%%DATADIR%%/help/graphicsutilitiesstampmaker.html -%%DATADIR%%/help/graphicsutility.html -%%DATADIR%%/help/lib/exe/alert.png -%%DATADIR%%/help/lib/exe/arc_example.png -%%DATADIR%%/help/lib/exe/basic256.png -%%DATADIR%%/help/lib/exe/basic256small.png -%%DATADIR%%/help/lib/exe/chord_example.png -%%DATADIR%%/help/lib/exe/circle.png -%%DATADIR%%/help/lib/exe/color.png -%%DATADIR%%/help/lib/exe/confirm.png -%%DATADIR%%/help/lib/exe/cssc171c1dfe8519125bb40a349172b001a.css -%%DATADIR%%/help/lib/exe/de.png -%%DATADIR%%/help/lib/exe/de_cir.png -%%DATADIR%%/help/lib/exe/de_color.png -%%DATADIR%%/help/lib/exe/de_cos.jpg -%%DATADIR%%/help/lib/exe/de_fonttext.png -%%DATADIR%%/help/lib/exe/de_line.png -%%DATADIR%%/help/lib/exe/de_poly.png -%%DATADIR%%/help/lib/exe/de_radians.png -%%DATADIR%%/help/lib/exe/de_rect.png -%%DATADIR%%/help/lib/exe/de_sin.jpg -%%DATADIR%%/help/lib/exe/de_stamp.png -%%DATADIR%%/help/lib/exe/de_tan.jpg -%%DATADIR%%/help/lib/exe/el.png -%%DATADIR%%/help/lib/exe/en.png -%%DATADIR%%/help/lib/exe/en_cir.png -%%DATADIR%%/help/lib/exe/en_color.png -%%DATADIR%%/help/lib/exe/en_cos.jpg -%%DATADIR%%/help/lib/exe/en_fonttext.png -%%DATADIR%%/help/lib/exe/en_jagged_depths.png -%%DATADIR%%/help/lib/exe/en_kahn_joel_eye_in_vortex.png -%%DATADIR%%/help/lib/exe/en_kahn_joel_fractal_forces.png -%%DATADIR%%/help/lib/exe/en_kahn_joel_jagged_depths.png -%%DATADIR%%/help/lib/exe/en_kahn_joel_round_spiral.png -%%DATADIR%%/help/lib/exe/en_kahn_joel_seashore_sunrise.png -%%DATADIR%%/help/lib/exe/en_kahn_joel_square_spiral.png -%%DATADIR%%/help/lib/exe/en_kahn_joel_stellar_cores.png -%%DATADIR%%/help/lib/exe/en_kahn_joel_view_of_the_shore.png -%%DATADIR%%/help/lib/exe/en_line.png -%%DATADIR%%/help/lib/exe/en_poly.png -%%DATADIR%%/help/lib/exe/en_radians.png -%%DATADIR%%/help/lib/exe/en_rect.png -%%DATADIR%%/help/lib/exe/en_sin.jpg -%%DATADIR%%/help/lib/exe/en_stamp.png -%%DATADIR%%/help/lib/exe/en_stellar_cores.png -%%DATADIR%%/help/lib/exe/en_subroutine_circle.png -%%DATADIR%%/help/lib/exe/en_tan.jpg -%%DATADIR%%/help/lib/exe/es_cir.png -%%DATADIR%%/help/lib/exe/es_color.png -%%DATADIR%%/help/lib/exe/es_cos.jpg -%%DATADIR%%/help/lib/exe/es_fonttext.png -%%DATADIR%%/help/lib/exe/es_kahn_joel_seashore_sunrise.png -%%DATADIR%%/help/lib/exe/es_kahn_joel_stellar_cores.png -%%DATADIR%%/help/lib/exe/es_line.png -%%DATADIR%%/help/lib/exe/es_poly.png -%%DATADIR%%/help/lib/exe/es_radians.png -%%DATADIR%%/help/lib/exe/es_rect.png -%%DATADIR%%/help/lib/exe/es_sin.jpg -%%DATADIR%%/help/lib/exe/es_stamp.png -%%DATADIR%%/help/lib/exe/es_stellar_cores.png -%%DATADIR%%/help/lib/exe/es_tan.jpg -%%DATADIR%%/help/lib/exe/fr.png -%%DATADIR%%/help/lib/exe/fr_cir.png -%%DATADIR%%/help/lib/exe/fr_color.png -%%DATADIR%%/help/lib/exe/fr_confirm-fr.png -%%DATADIR%%/help/lib/exe/fr_cos.jpg -%%DATADIR%%/help/lib/exe/fr_fonttext.png -%%DATADIR%%/help/lib/exe/fr_jagged_depths.png -%%DATADIR%%/help/lib/exe/fr_kahn_joel_eye_in_vortex.png -%%DATADIR%%/help/lib/exe/fr_kahn_joel_fractal_forces.png -%%DATADIR%%/help/lib/exe/fr_kahn_joel_jagged_depths.png -%%DATADIR%%/help/lib/exe/fr_kahn_joel_round_spiral.png -%%DATADIR%%/help/lib/exe/fr_kahn_joel_seashore_sunrise.png -%%DATADIR%%/help/lib/exe/fr_kahn_joel_square_spiral.png -%%DATADIR%%/help/lib/exe/fr_kahn_joel_stellar_cores.png -%%DATADIR%%/help/lib/exe/fr_kahn_joel_view_of_the_shore.png -%%DATADIR%%/help/lib/exe/fr_line.png -%%DATADIR%%/help/lib/exe/fr_poly.png -%%DATADIR%%/help/lib/exe/fr_prompt-fr.png -%%DATADIR%%/help/lib/exe/fr_radians.png -%%DATADIR%%/help/lib/exe/fr_rect.png -%%DATADIR%%/help/lib/exe/fr_sin.jpg -%%DATADIR%%/help/lib/exe/fr_stamp.png -%%DATADIR%%/help/lib/exe/fr_stellar_cores.png -%%DATADIR%%/help/lib/exe/fr_tan.jpg -%%DATADIR%%/help/lib/exe/gamesballoons.png -%%DATADIR%%/help/lib/exe/gamescopycat.png -%%DATADIR%%/help/lib/exe/gamesspinner.png -%%DATADIR%%/help/lib/exe/graphicsutilitiesstamp2sprite.png -%%DATADIR%%/help/lib/exe/jmreneau_mobius.png -%%DATADIR%%/help/lib/exe/jmreneau_morie.png -%%DATADIR%%/help/lib/exe/line.png -%%DATADIR%%/help/lib/exe/nl.gif -%%DATADIR%%/help/lib/exe/nl.png -%%DATADIR%%/help/lib/exe/nl_array.png -%%DATADIR%%/help/lib/exe/nl_arrays_disp.png -%%DATADIR%%/help/lib/exe/nl_circle.png -%%DATADIR%%/help/lib/exe/nl_cos.png -%%DATADIR%%/help/lib/exe/nl_cosi.png -%%DATADIR%%/help/lib/exe/nl_fonttext.png -%%DATADIR%%/help/lib/exe/nl_gosub.png -%%DATADIR%%/help/lib/exe/nl_input.png -%%DATADIR%%/help/lib/exe/nl_numeriek.png -%%DATADIR%%/help/lib/exe/nl_poly.png -%%DATADIR%%/help/lib/exe/nl_print.png -%%DATADIR%%/help/lib/exe/nl_sin.png -%%DATADIR%%/help/lib/exe/nl_strings.png -%%DATADIR%%/help/lib/exe/nl_tan.png -%%DATADIR%%/help/lib/exe/nl_tang.png -%%DATADIR%%/help/lib/exe/nl_variables.png -%%DATADIR%%/help/lib/exe/nl_wrong_string.png -%%DATADIR%%/help/lib/exe/pie_chart.png -%%DATADIR%%/help/lib/exe/prompt.png -%%DATADIR%%/help/lib/exe/pt.png -%%DATADIR%%/help/lib/exe/rect.png -%%DATADIR%%/help/lib/exe/ro.png -%%DATADIR%%/help/lib/exe/ru.png -%%DATADIR%%/help/lib/exe/ru_cir.png -%%DATADIR%%/help/lib/exe/ru_color.png -%%DATADIR%%/help/lib/exe/ru_cos.jpg -%%DATADIR%%/help/lib/exe/ru_fonttext.png -%%DATADIR%%/help/lib/exe/ru_line.png -%%DATADIR%%/help/lib/exe/ru_poly.png -%%DATADIR%%/help/lib/exe/ru_radians.png -%%DATADIR%%/help/lib/exe/ru_rect.png -%%DATADIR%%/help/lib/exe/ru_sin.jpg -%%DATADIR%%/help/lib/exe/ru_stamp.png -%%DATADIR%%/help/lib/exe/ru_tan.jpg -%%DATADIR%%/help/lib/exe/sp.png -%%DATADIR%%/help/lib/exe/spinner.png -%%DATADIR%%/help/lib/exe/stampmaker.png -%%DATADIR%%/help/lib/exe/subroutine_circle.png -%%DATADIR%%/help/lib/exe/wiki_dokuwiki-128.png -%%DATADIR%%/help/nl_a_real_dali.html -%%DATADIR%%/help/nl_abs.html -%%DATADIR%%/help/nl_acos.html -%%DATADIR%%/help/nl_anonymousarrays.html -%%DATADIR%%/help/nl_arraycommands.html -%%DATADIR%%/help/nl_arrays.html -%%DATADIR%%/help/nl_asc.html -%%DATADIR%%/help/nl_asin.html -%%DATADIR%%/help/nl_atan.html -%%DATADIR%%/help/nl_ceil.html -%%DATADIR%%/help/nl_changedir.html -%%DATADIR%%/help/nl_chr.html -%%DATADIR%%/help/nl_circle.html -%%DATADIR%%/help/nl_clg.html -%%DATADIR%%/help/nl_clickb.html -%%DATADIR%%/help/nl_clickclear.html -%%DATADIR%%/help/nl_clickx.html -%%DATADIR%%/help/nl_clicky.html -%%DATADIR%%/help/nl_close.html -%%DATADIR%%/help/nl_cls.html -%%DATADIR%%/help/nl_color.html -%%DATADIR%%/help/nl_commandline.html -%%DATADIR%%/help/nl_comment.html -%%DATADIR%%/help/nl_cos.html -%%DATADIR%%/help/nl_count.html -%%DATADIR%%/help/nl_countx.html -%%DATADIR%%/help/nl_currentdir.html -%%DATADIR%%/help/nl_databases.html -%%DATADIR%%/help/nl_datehour.html -%%DATADIR%%/help/nl_day.html -%%DATADIR%%/help/nl_dbclose.html -%%DATADIR%%/help/nl_dbcloseset.html -%%DATADIR%%/help/nl_dbexecute.html -%%DATADIR%%/help/nl_dbfloat.html -%%DATADIR%%/help/nl_dbint.html -%%DATADIR%%/help/nl_dbopen.html -%%DATADIR%%/help/nl_dbopenset.html -%%DATADIR%%/help/nl_dbrow.html -%%DATADIR%%/help/nl_dbstring.html -%%DATADIR%%/help/nl_decimal.html -%%DATADIR%%/help/nl_degrees.html -%%DATADIR%%/help/nl_dim.html -%%DATADIR%%/help/nl_dir.html -%%DATADIR%%/help/nl_dountil.html -%%DATADIR%%/help/nl_editvisible.html -%%DATADIR%%/help/nl_end.html -%%DATADIR%%/help/nl_eof.html -%%DATADIR%%/help/nl_errorcodes.html -%%DATADIR%%/help/nl_errorhandling.html -%%DATADIR%%/help/nl_exists.html -%%DATADIR%%/help/nl_exp.html -%%DATADIR%%/help/nl_explode.html -%%DATADIR%%/help/nl_explodex.html -%%DATADIR%%/help/nl_fastgraphics.html -%%DATADIR%%/help/nl_float.html -%%DATADIR%%/help/nl_floor.html -%%DATADIR%%/help/nl_font.html -%%DATADIR%%/help/nl_fornext.html -%%DATADIR%%/help/nl_getcolor.html -%%DATADIR%%/help/nl_getsetting.html -%%DATADIR%%/help/nl_getslice.html -%%DATADIR%%/help/nl_glossary.html -%%DATADIR%%/help/nl_gosubreturn.html -%%DATADIR%%/help/nl_goto.html -%%DATADIR%%/help/nl_graphheight.html -%%DATADIR%%/help/nl_graphsize.html -%%DATADIR%%/help/nl_graphvisible.html -%%DATADIR%%/help/nl_graphwidth.html -%%DATADIR%%/help/nl_hour.html -%%DATADIR%%/help/nl_ifthen.html -%%DATADIR%%/help/nl_imgload.html -%%DATADIR%%/help/nl_imgsave.html -%%DATADIR%%/help/nl_implode.html -%%DATADIR%%/help/nl_implodex.html -%%DATADIR%%/help/nl_input.html -%%DATADIR%%/help/nl_instr.html -%%DATADIR%%/help/nl_instrx.html -%%DATADIR%%/help/nl_int.html -%%DATADIR%%/help/nl_key.html -%%DATADIR%%/help/nl_keyboard.html -%%DATADIR%%/help/nl_kill.html -%%DATADIR%%/help/nl_lasterror.html -%%DATADIR%%/help/nl_lasterrorextra.html -%%DATADIR%%/help/nl_lasterrorline.html -%%DATADIR%%/help/nl_lasterrormessage.html -%%DATADIR%%/help/nl_left.html -%%DATADIR%%/help/nl_length.html -%%DATADIR%%/help/nl_line.html -%%DATADIR%%/help/nl_log.html -%%DATADIR%%/help/nl_log10.html -%%DATADIR%%/help/nl_lower.html -%%DATADIR%%/help/nl_mathematical.html -%%DATADIR%%/help/nl_md5.html -%%DATADIR%%/help/nl_mid.html -%%DATADIR%%/help/nl_minute.html -%%DATADIR%%/help/nl_miscellaneous.html -%%DATADIR%%/help/nl_month.html -%%DATADIR%%/help/nl_mouse_interaction.html -%%DATADIR%%/help/nl_mouseb.html -%%DATADIR%%/help/nl_mousex.html -%%DATADIR%%/help/nl_mousey.html -%%DATADIR%%/help/nl_msec.html -%%DATADIR%%/help/nl_netaddress.html -%%DATADIR%%/help/nl_netclose.html -%%DATADIR%%/help/nl_netconnect.html -%%DATADIR%%/help/nl_netdata.html -%%DATADIR%%/help/nl_netlisten.html -%%DATADIR%%/help/nl_netread.html -%%DATADIR%%/help/nl_network.html -%%DATADIR%%/help/nl_netwrite.html -%%DATADIR%%/help/nl_numericconstants.html -%%DATADIR%%/help/nl_offerror.html -%%DATADIR%%/help/nl_onerror.html -%%DATADIR%%/help/nl_open.html -%%DATADIR%%/help/nl_operators.html -%%DATADIR%%/help/nl_ostype.html -%%DATADIR%%/help/nl_outputvisible.html -%%DATADIR%%/help/nl_pause.html -%%DATADIR%%/help/nl_pixel.html -%%DATADIR%%/help/nl_plot.html -%%DATADIR%%/help/nl_poly.html -%%DATADIR%%/help/nl_portin.html -%%DATADIR%%/help/nl_portout.html -%%DATADIR%%/help/nl_print.html -%%DATADIR%%/help/nl_programcontrol.html -%%DATADIR%%/help/nl_programsyntax.html -%%DATADIR%%/help/nl_putslice.html -%%DATADIR%%/help/nl_radians.html -%%DATADIR%%/help/nl_rand.html -%%DATADIR%%/help/nl_read.html -%%DATADIR%%/help/nl_readline.html -%%DATADIR%%/help/nl_rect.html -%%DATADIR%%/help/nl_redim.html -%%DATADIR%%/help/nl_refresh.html -%%DATADIR%%/help/nl_replace.html -%%DATADIR%%/help/nl_replacex.html -%%DATADIR%%/help/nl_reset.html -%%DATADIR%%/help/nl_rgb.html -%%DATADIR%%/help/nl_right.html -%%DATADIR%%/help/nl_say.html -%%DATADIR%%/help/nl_second.html -%%DATADIR%%/help/nl_seek.html -%%DATADIR%%/help/nl_setsettings.html -%%DATADIR%%/help/nl_sin.html -%%DATADIR%%/help/nl_singlepage.html -%%DATADIR%%/help/nl_size.html -%%DATADIR%%/help/nl_sound.html -%%DATADIR%%/help/nl_sound_commands.html -%%DATADIR%%/help/nl_spritecollide.html -%%DATADIR%%/help/nl_spritedim.html -%%DATADIR%%/help/nl_spriteh.html -%%DATADIR%%/help/nl_spritehide.html -%%DATADIR%%/help/nl_spriteload.html -%%DATADIR%%/help/nl_spritemove.html -%%DATADIR%%/help/nl_spriteplace.html -%%DATADIR%%/help/nl_spriteshow.html -%%DATADIR%%/help/nl_spriteslice.html -%%DATADIR%%/help/nl_spritev.html -%%DATADIR%%/help/nl_spritew.html -%%DATADIR%%/help/nl_spritex.html -%%DATADIR%%/help/nl_spritey.html -%%DATADIR%%/help/nl_sqr.html -%%DATADIR%%/help/nl_stamp.html -%%DATADIR%%/help/nl_start.html -%%DATADIR%%/help/nl_string.html -%%DATADIR%%/help/nl_stringcommand.html -%%DATADIR%%/help/nl_stringconstants.html -%%DATADIR%%/help/nl_system.html -%%DATADIR%%/help/nl_systemrequirements.html -%%DATADIR%%/help/nl_tan.html -%%DATADIR%%/help/nl_techinformation.html -%%DATADIR%%/help/nl_text.html -%%DATADIR%%/help/nl_textwidth.html -%%DATADIR%%/help/nl_translations.html -%%DATADIR%%/help/nl_upper.html -%%DATADIR%%/help/nl_variables.html -%%DATADIR%%/help/nl_volume.html -%%DATADIR%%/help/nl_wavplay.html -%%DATADIR%%/help/nl_wavstop.html -%%DATADIR%%/help/nl_wavwait.html -%%DATADIR%%/help/nl_whileendwhile.html -%%DATADIR%%/help/nl_write.html -%%DATADIR%%/help/nl_write_and_read.html -%%DATADIR%%/help/nl_writeline.html -%%DATADIR%%/help/nl_year.html -%%DATADIR%%/help/pt_abs.html -%%DATADIR%%/help/pt_acos.html -%%DATADIR%%/help/pt_alert.html -%%DATADIR%%/help/pt_anonymousarrays.html -%%DATADIR%%/help/pt_arc.html -%%DATADIR%%/help/pt_arrays.html -%%DATADIR%%/help/pt_asc.html -%%DATADIR%%/help/pt_asin.html -%%DATADIR%%/help/pt_atan.html -%%DATADIR%%/help/pt_call.html -%%DATADIR%%/help/pt_ceil.html -%%DATADIR%%/help/pt_changedir.html -%%DATADIR%%/help/pt_chord.html -%%DATADIR%%/help/pt_chr.html -%%DATADIR%%/help/pt_circle.html -%%DATADIR%%/help/pt_clg.html -%%DATADIR%%/help/pt_clickb.html -%%DATADIR%%/help/pt_clickclear.html -%%DATADIR%%/help/pt_clickx.html -%%DATADIR%%/help/pt_clicky.html -%%DATADIR%%/help/pt_close.html -%%DATADIR%%/help/pt_cls.html -%%DATADIR%%/help/pt_color.html -%%DATADIR%%/help/pt_confirm.html -%%DATADIR%%/help/pt_cos.html -%%DATADIR%%/help/pt_count.html -%%DATADIR%%/help/pt_countx.html -%%DATADIR%%/help/pt_currentdir.html -%%DATADIR%%/help/pt_day.html -%%DATADIR%%/help/pt_dbclose.html -%%DATADIR%%/help/pt_dbcloseset.html -%%DATADIR%%/help/pt_dbexecute.html -%%DATADIR%%/help/pt_dbfloat.html -%%DATADIR%%/help/pt_dbint.html -%%DATADIR%%/help/pt_dbnull.html -%%DATADIR%%/help/pt_dbopen.html -%%DATADIR%%/help/pt_dbopenset.html -%%DATADIR%%/help/pt_dbrow.html -%%DATADIR%%/help/pt_dbstring.html -%%DATADIR%%/help/pt_decimal.html -%%DATADIR%%/help/pt_degrees.html -%%DATADIR%%/help/pt_dim.html -%%DATADIR%%/help/pt_dir.html -%%DATADIR%%/help/pt_do.html -%%DATADIR%%/help/pt_dountil.html -%%DATADIR%%/help/pt_editvisible.html -%%DATADIR%%/help/pt_else.html -%%DATADIR%%/help/pt_end.html -%%DATADIR%%/help/pt_endfunction.html -%%DATADIR%%/help/pt_endif.html -%%DATADIR%%/help/pt_endsubroutine.html -%%DATADIR%%/help/pt_endwhile.html -%%DATADIR%%/help/pt_eof.html -%%DATADIR%%/help/pt_errorcodes.html -%%DATADIR%%/help/pt_exists.html -%%DATADIR%%/help/pt_exp.html -%%DATADIR%%/help/pt_explode.html -%%DATADIR%%/help/pt_explodex.html -%%DATADIR%%/help/pt_fastgraphics.html -%%DATADIR%%/help/pt_float.html -%%DATADIR%%/help/pt_floor.html -%%DATADIR%%/help/pt_font.html -%%DATADIR%%/help/pt_for.html -%%DATADIR%%/help/pt_fornext.html -%%DATADIR%%/help/pt_freedb.html -%%DATADIR%%/help/pt_freedbset.html -%%DATADIR%%/help/pt_freefile.html -%%DATADIR%%/help/pt_freenet.html -%%DATADIR%%/help/pt_frombinary.html -%%DATADIR%%/help/pt_fromhex.html -%%DATADIR%%/help/pt_fromoctal.html -%%DATADIR%%/help/pt_fromradix.html -%%DATADIR%%/help/pt_function.html -%%DATADIR%%/help/pt_getbrushcolor.html -%%DATADIR%%/help/pt_getcolor.html -%%DATADIR%%/help/pt_getpenwidth.html -%%DATADIR%%/help/pt_getsetting.html -%%DATADIR%%/help/pt_getslice.html -%%DATADIR%%/help/pt_global.html -%%DATADIR%%/help/pt_gosub.html -%%DATADIR%%/help/pt_gosubreturn.html -%%DATADIR%%/help/pt_goto.html -%%DATADIR%%/help/pt_graphheight.html -%%DATADIR%%/help/pt_graphsize.html -%%DATADIR%%/help/pt_graphvisible.html -%%DATADIR%%/help/pt_graphwidth.html -%%DATADIR%%/help/pt_hour.html -%%DATADIR%%/help/pt_if.html -%%DATADIR%%/help/pt_ifthen.html -%%DATADIR%%/help/pt_imgload.html -%%DATADIR%%/help/pt_imgsave.html -%%DATADIR%%/help/pt_implode.html -%%DATADIR%%/help/pt_input.html -%%DATADIR%%/help/pt_instr.html -%%DATADIR%%/help/pt_instrx.html -%%DATADIR%%/help/pt_int.html -%%DATADIR%%/help/pt_key.html -%%DATADIR%%/help/pt_kill.html -%%DATADIR%%/help/pt_lasterror.html -%%DATADIR%%/help/pt_lasterrorextra.html -%%DATADIR%%/help/pt_lasterrorline.html -%%DATADIR%%/help/pt_lasterrormessage.html -%%DATADIR%%/help/pt_left.html -%%DATADIR%%/help/pt_length.html -%%DATADIR%%/help/pt_line.html -%%DATADIR%%/help/pt_log.html -%%DATADIR%%/help/pt_log10.html -%%DATADIR%%/help/pt_lower.html -%%DATADIR%%/help/pt_md5.html -%%DATADIR%%/help/pt_mid.html -%%DATADIR%%/help/pt_minute.html -%%DATADIR%%/help/pt_month.html -%%DATADIR%%/help/pt_mouseb.html -%%DATADIR%%/help/pt_mousex.html -%%DATADIR%%/help/pt_mousey.html -%%DATADIR%%/help/pt_msec.html -%%DATADIR%%/help/pt_netaddress.html -%%DATADIR%%/help/pt_netclose.html -%%DATADIR%%/help/pt_netconnect.html -%%DATADIR%%/help/pt_netdata.html -%%DATADIR%%/help/pt_netlisten.html -%%DATADIR%%/help/pt_netread.html -%%DATADIR%%/help/pt_netwrite.html -%%DATADIR%%/help/pt_next.html -%%DATADIR%%/help/pt_numericconstants.html -%%DATADIR%%/help/pt_offerror.html -%%DATADIR%%/help/pt_onerror.html -%%DATADIR%%/help/pt_open.html -%%DATADIR%%/help/pt_operators.html -%%DATADIR%%/help/pt_ostype.html -%%DATADIR%%/help/pt_outputvisible.html -%%DATADIR%%/help/pt_pause.html -%%DATADIR%%/help/pt_penwidth.html -%%DATADIR%%/help/pt_pie.html -%%DATADIR%%/help/pt_pixel.html -%%DATADIR%%/help/pt_plot.html -%%DATADIR%%/help/pt_poly.html -%%DATADIR%%/help/pt_portin.html -%%DATADIR%%/help/pt_portout.html -%%DATADIR%%/help/pt_print.html -%%DATADIR%%/help/pt_programsyntax.html -%%DATADIR%%/help/pt_prompt.html -%%DATADIR%%/help/pt_putslice.html -%%DATADIR%%/help/pt_radians.html -%%DATADIR%%/help/pt_rand.html -%%DATADIR%%/help/pt_read.html -%%DATADIR%%/help/pt_readbyte.html -%%DATADIR%%/help/pt_readline.html -%%DATADIR%%/help/pt_rect.html -%%DATADIR%%/help/pt_redim.html -%%DATADIR%%/help/pt_ref.html -%%DATADIR%%/help/pt_refresh.html -%%DATADIR%%/help/pt_rem.html -%%DATADIR%%/help/pt_replace.html -%%DATADIR%%/help/pt_replacex.html -%%DATADIR%%/help/pt_reset.html -%%DATADIR%%/help/pt_return.html -%%DATADIR%%/help/pt_rgb.html -%%DATADIR%%/help/pt_right.html -%%DATADIR%%/help/pt_say.html -%%DATADIR%%/help/pt_second.html -%%DATADIR%%/help/pt_seek.html -%%DATADIR%%/help/pt_setsetting.html -%%DATADIR%%/help/pt_sin.html -%%DATADIR%%/help/pt_size.html -%%DATADIR%%/help/pt_sound.html -%%DATADIR%%/help/pt_spritecollide.html -%%DATADIR%%/help/pt_spritedim.html -%%DATADIR%%/help/pt_spriteh.html -%%DATADIR%%/help/pt_spritehide.html -%%DATADIR%%/help/pt_spriteload.html -%%DATADIR%%/help/pt_spritemove.html -%%DATADIR%%/help/pt_spriteplace.html -%%DATADIR%%/help/pt_spriter.html -%%DATADIR%%/help/pt_sprites.html -%%DATADIR%%/help/pt_spriteshow.html -%%DATADIR%%/help/pt_spriteslice.html -%%DATADIR%%/help/pt_spritev.html -%%DATADIR%%/help/pt_spritew.html -%%DATADIR%%/help/pt_spritex.html -%%DATADIR%%/help/pt_spritey.html -%%DATADIR%%/help/pt_sqr.html -%%DATADIR%%/help/pt_stamp.html -%%DATADIR%%/help/pt_stampmaker.html -%%DATADIR%%/help/pt_start.html -%%DATADIR%%/help/pt_string.html -%%DATADIR%%/help/pt_stringconstants.html -%%DATADIR%%/help/pt_subroutine.html -%%DATADIR%%/help/pt_system.html -%%DATADIR%%/help/pt_tan.html -%%DATADIR%%/help/pt_text.html -%%DATADIR%%/help/pt_textwidth.html -%%DATADIR%%/help/pt_then.html -%%DATADIR%%/help/pt_throwerror.html -%%DATADIR%%/help/pt_tobinary.html -%%DATADIR%%/help/pt_tohex.html -%%DATADIR%%/help/pt_tooctal.html -%%DATADIR%%/help/pt_toradix.html -%%DATADIR%%/help/pt_until.html -%%DATADIR%%/help/pt_upper.html -%%DATADIR%%/help/pt_variables.html -%%DATADIR%%/help/pt_version.html -%%DATADIR%%/help/pt_volume.html -%%DATADIR%%/help/pt_wavplay.html -%%DATADIR%%/help/pt_wavstop.html -%%DATADIR%%/help/pt_wavwait.html -%%DATADIR%%/help/pt_whileendwhile.html -%%DATADIR%%/help/pt_write.html -%%DATADIR%%/help/pt_writebyte.html -%%DATADIR%%/help/pt_writeline.html -%%DATADIR%%/help/pt_year.html -%%DATADIR%%/help/ro_abs.html -%%DATADIR%%/help/ro_acos.html -%%DATADIR%%/help/ro_anonymousarrays.html -%%DATADIR%%/help/ro_arrays.html -%%DATADIR%%/help/ro_asc.html -%%DATADIR%%/help/ro_asin.html -%%DATADIR%%/help/ro_atan.html -%%DATADIR%%/help/ro_ceil.html -%%DATADIR%%/help/ro_changedir.html -%%DATADIR%%/help/ro_chr.html -%%DATADIR%%/help/ro_circle.html -%%DATADIR%%/help/ro_clg.html -%%DATADIR%%/help/ro_clickb.html -%%DATADIR%%/help/ro_clickclear.html -%%DATADIR%%/help/ro_clickx.html -%%DATADIR%%/help/ro_clicky.html -%%DATADIR%%/help/ro_close.html -%%DATADIR%%/help/ro_cls.html -%%DATADIR%%/help/ro_color.html -%%DATADIR%%/help/ro_commandline.html -%%DATADIR%%/help/ro_cos.html -%%DATADIR%%/help/ro_count.html -%%DATADIR%%/help/ro_countx.html -%%DATADIR%%/help/ro_currentdir.html -%%DATADIR%%/help/ro_day.html -%%DATADIR%%/help/ro_dbclose.html -%%DATADIR%%/help/ro_dbcloseset.html -%%DATADIR%%/help/ro_dbexecute.html -%%DATADIR%%/help/ro_dbfloat.html -%%DATADIR%%/help/ro_dbint.html -%%DATADIR%%/help/ro_dbopen.html -%%DATADIR%%/help/ro_dbopenset.html -%%DATADIR%%/help/ro_dbrow.html -%%DATADIR%%/help/ro_dbstring.html -%%DATADIR%%/help/ro_decimal.html -%%DATADIR%%/help/ro_degrees.html -%%DATADIR%%/help/ro_dim.html -%%DATADIR%%/help/ro_dir.html -%%DATADIR%%/help/ro_dountil.html -%%DATADIR%%/help/ro_editvisible.html -%%DATADIR%%/help/ro_end.html -%%DATADIR%%/help/ro_eof.html -%%DATADIR%%/help/ro_errorcodes.html -%%DATADIR%%/help/ro_exists.html -%%DATADIR%%/help/ro_exp.html -%%DATADIR%%/help/ro_explode.html -%%DATADIR%%/help/ro_explodex.html -%%DATADIR%%/help/ro_fastgraphics.html -%%DATADIR%%/help/ro_float.html -%%DATADIR%%/help/ro_floor.html -%%DATADIR%%/help/ro_font.html -%%DATADIR%%/help/ro_fornext.html -%%DATADIR%%/help/ro_getcolor.html -%%DATADIR%%/help/ro_getsetting.html -%%DATADIR%%/help/ro_getslice.html -%%DATADIR%%/help/ro_gosubreturn.html -%%DATADIR%%/help/ro_goto.html -%%DATADIR%%/help/ro_graphheight.html -%%DATADIR%%/help/ro_graphsize.html -%%DATADIR%%/help/ro_graphvisible.html -%%DATADIR%%/help/ro_graphwidth.html -%%DATADIR%%/help/ro_hour.html -%%DATADIR%%/help/ro_ifthen.html -%%DATADIR%%/help/ro_imgload.html -%%DATADIR%%/help/ro_imgsave.html -%%DATADIR%%/help/ro_implode.html -%%DATADIR%%/help/ro_input.html -%%DATADIR%%/help/ro_instr.html -%%DATADIR%%/help/ro_instrx.html -%%DATADIR%%/help/ro_int.html -%%DATADIR%%/help/ro_key.html -%%DATADIR%%/help/ro_kill.html -%%DATADIR%%/help/ro_lasterror.html -%%DATADIR%%/help/ro_lasterrorextra.html -%%DATADIR%%/help/ro_lasterrorline.html -%%DATADIR%%/help/ro_lasterrormessage.html -%%DATADIR%%/help/ro_left.html -%%DATADIR%%/help/ro_length.html -%%DATADIR%%/help/ro_line.html -%%DATADIR%%/help/ro_log.html -%%DATADIR%%/help/ro_log10.html -%%DATADIR%%/help/ro_lower.html -%%DATADIR%%/help/ro_md5.html -%%DATADIR%%/help/ro_mid.html -%%DATADIR%%/help/ro_minute.html -%%DATADIR%%/help/ro_month.html -%%DATADIR%%/help/ro_mouseb.html -%%DATADIR%%/help/ro_mousex.html -%%DATADIR%%/help/ro_mousey.html -%%DATADIR%%/help/ro_msec.html -%%DATADIR%%/help/ro_netaddress.html -%%DATADIR%%/help/ro_netclose.html -%%DATADIR%%/help/ro_netconnect.html -%%DATADIR%%/help/ro_netdata.html -%%DATADIR%%/help/ro_netlisten.html -%%DATADIR%%/help/ro_netread.html -%%DATADIR%%/help/ro_netwrite.html -%%DATADIR%%/help/ro_numericconstants.html -%%DATADIR%%/help/ro_offerror.html -%%DATADIR%%/help/ro_onerror.html -%%DATADIR%%/help/ro_open.html -%%DATADIR%%/help/ro_operators.html -%%DATADIR%%/help/ro_ostype.html -%%DATADIR%%/help/ro_outputvisible.html -%%DATADIR%%/help/ro_pause.html -%%DATADIR%%/help/ro_pixel.html -%%DATADIR%%/help/ro_plot.html -%%DATADIR%%/help/ro_poly.html -%%DATADIR%%/help/ro_portin.html -%%DATADIR%%/help/ro_portout.html -%%DATADIR%%/help/ro_print.html -%%DATADIR%%/help/ro_programsyntax.html -%%DATADIR%%/help/ro_putslice.html -%%DATADIR%%/help/ro_radians.html -%%DATADIR%%/help/ro_rand.html -%%DATADIR%%/help/ro_read.html -%%DATADIR%%/help/ro_readline.html -%%DATADIR%%/help/ro_rect.html -%%DATADIR%%/help/ro_redim.html -%%DATADIR%%/help/ro_refresh.html -%%DATADIR%%/help/ro_rem.html -%%DATADIR%%/help/ro_replace.html -%%DATADIR%%/help/ro_replacex.html -%%DATADIR%%/help/ro_reset.html -%%DATADIR%%/help/ro_rgb.html -%%DATADIR%%/help/ro_right.html -%%DATADIR%%/help/ro_say.html -%%DATADIR%%/help/ro_second.html -%%DATADIR%%/help/ro_seek.html -%%DATADIR%%/help/ro_setsetting.html -%%DATADIR%%/help/ro_sin.html -%%DATADIR%%/help/ro_size.html -%%DATADIR%%/help/ro_sound.html -%%DATADIR%%/help/ro_spritecollide.html -%%DATADIR%%/help/ro_spritedim.html -%%DATADIR%%/help/ro_spriteh.html -%%DATADIR%%/help/ro_spritehide.html -%%DATADIR%%/help/ro_spriteload.html -%%DATADIR%%/help/ro_spritemove.html -%%DATADIR%%/help/ro_spriteplace.html -%%DATADIR%%/help/ro_spriteshow.html -%%DATADIR%%/help/ro_spriteslice.html -%%DATADIR%%/help/ro_spritev.html -%%DATADIR%%/help/ro_spritew.html -%%DATADIR%%/help/ro_spritex.html -%%DATADIR%%/help/ro_spritey.html -%%DATADIR%%/help/ro_sqr.html -%%DATADIR%%/help/ro_stamp.html -%%DATADIR%%/help/ro_start.html -%%DATADIR%%/help/ro_string.html -%%DATADIR%%/help/ro_stringconstants.html -%%DATADIR%%/help/ro_system.html -%%DATADIR%%/help/ro_systemrequirements.html -%%DATADIR%%/help/ro_tan.html -%%DATADIR%%/help/ro_techinformation.html -%%DATADIR%%/help/ro_text.html -%%DATADIR%%/help/ro_textwidth.html -%%DATADIR%%/help/ro_upper.html -%%DATADIR%%/help/ro_variables.html -%%DATADIR%%/help/ro_volume.html -%%DATADIR%%/help/ro_wavplay.html -%%DATADIR%%/help/ro_wavstop.html -%%DATADIR%%/help/ro_wavwait.html -%%DATADIR%%/help/ro_whileendwhile.html -%%DATADIR%%/help/ro_write.html -%%DATADIR%%/help/ro_writeline.html -%%DATADIR%%/help/ro_year.html -%%DATADIR%%/help/ru_abs.html -%%DATADIR%%/help/ru_acos.html -%%DATADIR%%/help/ru_anonymousarrays.html -%%DATADIR%%/help/ru_arrays.html -%%DATADIR%%/help/ru_asc.html -%%DATADIR%%/help/ru_asin.html -%%DATADIR%%/help/ru_atan.html -%%DATADIR%%/help/ru_ceil.html -%%DATADIR%%/help/ru_changedir.html -%%DATADIR%%/help/ru_chr.html -%%DATADIR%%/help/ru_circle.html -%%DATADIR%%/help/ru_clg.html -%%DATADIR%%/help/ru_clickb.html -%%DATADIR%%/help/ru_clickclear.html -%%DATADIR%%/help/ru_clickx.html -%%DATADIR%%/help/ru_clicky.html -%%DATADIR%%/help/ru_close.html -%%DATADIR%%/help/ru_cls.html -%%DATADIR%%/help/ru_color.html -%%DATADIR%%/help/ru_cos.html -%%DATADIR%%/help/ru_count.html -%%DATADIR%%/help/ru_countx.html -%%DATADIR%%/help/ru_currentdir.html -%%DATADIR%%/help/ru_day.html -%%DATADIR%%/help/ru_dbclose.html -%%DATADIR%%/help/ru_dbcloseset.html -%%DATADIR%%/help/ru_dbexecute.html -%%DATADIR%%/help/ru_dbfloat.html -%%DATADIR%%/help/ru_dbint.html -%%DATADIR%%/help/ru_dbopen.html -%%DATADIR%%/help/ru_dbopenset.html -%%DATADIR%%/help/ru_dbrow.html -%%DATADIR%%/help/ru_dbstring.html -%%DATADIR%%/help/ru_decimal.html -%%DATADIR%%/help/ru_degrees.html -%%DATADIR%%/help/ru_dim.html -%%DATADIR%%/help/ru_dountil.html -%%DATADIR%%/help/ru_end.html -%%DATADIR%%/help/ru_eof.html -%%DATADIR%%/help/ru_errorcodes.html -%%DATADIR%%/help/ru_exists.html -%%DATADIR%%/help/ru_exp.html -%%DATADIR%%/help/ru_fastgraphics.html -%%DATADIR%%/help/ru_float.html -%%DATADIR%%/help/ru_floor.html -%%DATADIR%%/help/ru_font.html -%%DATADIR%%/help/ru_fornext.html -%%DATADIR%%/help/ru_getcolor.html -%%DATADIR%%/help/ru_getsetting.html -%%DATADIR%%/help/ru_getslice.html -%%DATADIR%%/help/ru_gosubreturn.html -%%DATADIR%%/help/ru_goto.html -%%DATADIR%%/help/ru_graphheight.html -%%DATADIR%%/help/ru_graphsize.html -%%DATADIR%%/help/ru_graphwidth.html -%%DATADIR%%/help/ru_hour.html -%%DATADIR%%/help/ru_ifthen.html -%%DATADIR%%/help/ru_imgload.html -%%DATADIR%%/help/ru_imgsave.html -%%DATADIR%%/help/ru_input.html -%%DATADIR%%/help/ru_instr.html -%%DATADIR%%/help/ru_instrx.html -%%DATADIR%%/help/ru_int.html -%%DATADIR%%/help/ru_key.html -%%DATADIR%%/help/ru_kill.html -%%DATADIR%%/help/ru_lasterror.html -%%DATADIR%%/help/ru_lasterrorextra.html -%%DATADIR%%/help/ru_lasterrorline.html -%%DATADIR%%/help/ru_lasterrormessage.html -%%DATADIR%%/help/ru_left.html -%%DATADIR%%/help/ru_length.html -%%DATADIR%%/help/ru_line.html -%%DATADIR%%/help/ru_log.html -%%DATADIR%%/help/ru_log10.html -%%DATADIR%%/help/ru_lower.html -%%DATADIR%%/help/ru_md5.html -%%DATADIR%%/help/ru_mid.html -%%DATADIR%%/help/ru_minute.html -%%DATADIR%%/help/ru_month.html -%%DATADIR%%/help/ru_mouseb.html -%%DATADIR%%/help/ru_mousex.html -%%DATADIR%%/help/ru_mousey.html -%%DATADIR%%/help/ru_netaddress.html -%%DATADIR%%/help/ru_netclose.html -%%DATADIR%%/help/ru_netconnect.html -%%DATADIR%%/help/ru_netdata.html -%%DATADIR%%/help/ru_netlisten.html -%%DATADIR%%/help/ru_netread.html -%%DATADIR%%/help/ru_netwrite.html -%%DATADIR%%/help/ru_numericconstants.html -%%DATADIR%%/help/ru_offerror.html -%%DATADIR%%/help/ru_onerror.html -%%DATADIR%%/help/ru_open.html -%%DATADIR%%/help/ru_operators.html -%%DATADIR%%/help/ru_ostype.html -%%DATADIR%%/help/ru_pause.html -%%DATADIR%%/help/ru_pixel.html -%%DATADIR%%/help/ru_plot.html -%%DATADIR%%/help/ru_poly.html -%%DATADIR%%/help/ru_portin.html -%%DATADIR%%/help/ru_portout.html -%%DATADIR%%/help/ru_print.html -%%DATADIR%%/help/ru_programsyntax.html -%%DATADIR%%/help/ru_putslice.html -%%DATADIR%%/help/ru_radians.html -%%DATADIR%%/help/ru_rand.html -%%DATADIR%%/help/ru_read.html -%%DATADIR%%/help/ru_readline.html -%%DATADIR%%/help/ru_rect.html -%%DATADIR%%/help/ru_redim.html -%%DATADIR%%/help/ru_refresh.html -%%DATADIR%%/help/ru_rem.html -%%DATADIR%%/help/ru_replace.html -%%DATADIR%%/help/ru_replacex.html -%%DATADIR%%/help/ru_reset.html -%%DATADIR%%/help/ru_rgb.html -%%DATADIR%%/help/ru_right.html -%%DATADIR%%/help/ru_say.html -%%DATADIR%%/help/ru_second.html -%%DATADIR%%/help/ru_seek.html -%%DATADIR%%/help/ru_setsetting.html -%%DATADIR%%/help/ru_sin.html -%%DATADIR%%/help/ru_size.html -%%DATADIR%%/help/ru_sound.html -%%DATADIR%%/help/ru_spritecollide.html -%%DATADIR%%/help/ru_spritedim.html -%%DATADIR%%/help/ru_spriteh.html -%%DATADIR%%/help/ru_spritehide.html -%%DATADIR%%/help/ru_spriteload.html -%%DATADIR%%/help/ru_spritemove.html -%%DATADIR%%/help/ru_spriteplace.html -%%DATADIR%%/help/ru_spriteshow.html -%%DATADIR%%/help/ru_spriteslice.html -%%DATADIR%%/help/ru_spritev.html -%%DATADIR%%/help/ru_spritew.html -%%DATADIR%%/help/ru_spritex.html -%%DATADIR%%/help/ru_spritey.html -%%DATADIR%%/help/ru_sqr.html -%%DATADIR%%/help/ru_stamp.html -%%DATADIR%%/help/ru_start.html -%%DATADIR%%/help/ru_string.html -%%DATADIR%%/help/ru_stringconstants.html -%%DATADIR%%/help/ru_system.html -%%DATADIR%%/help/ru_tan.html -%%DATADIR%%/help/ru_text.html -%%DATADIR%%/help/ru_upper.html -%%DATADIR%%/help/ru_variables.html -%%DATADIR%%/help/ru_volume.html -%%DATADIR%%/help/ru_wavplay.html -%%DATADIR%%/help/ru_wavstop.html -%%DATADIR%%/help/ru_wavwait.html -%%DATADIR%%/help/ru_whileendwhile.html -%%DATADIR%%/help/ru_write.html -%%DATADIR%%/help/ru_writeline.html -%%DATADIR%%/help/ru_year.html -%%DATADIR%%/help/start.html -%%DATADIR%%/help/wiki_welcome.html |