Since v1c released the new chm, I decided to go poking around in it to see what needed work. I figured I could put a post here with my findings.
List removed, see most recent post
FB Wiki Pages that need work
FB Wiki Pages that need work
Last edited by Imortis on Mar 08, 2006 18:31, edited 1 time in total.
I went through the WIKI and checked my old list. This is a new list of what's left.
List removed, see most recent post
List removed, see most recent post
Last edited by Imortis on Mar 08, 2006 18:31, edited 1 time in total.
Looking at my old lists and looking at the new one, I can see that you guys are doing great on filling in those gaps! I only wish I could help out. I have no business writing documentation for FB because I still understand very little of its functions myself. However I can do my part by posting what needs work for all those who are qualified. I have updated the my list and here is the new one:
Blank
Needs Code Example
Not In alphabetical list
Blank
- Palette Get
Using(palette)
Needs Code Example
- Alpha(graphics put)
Custom(graphics put)
Erl
Err
Field
Imp
Inp
Input(file I/O)
INT
Lib
Line Input
Loc
Option Byval
Output
PCopy
PMap
Reset
RGBA (put example shows rgb but not rgba)
Trans(graphics put)
Wait
Window
Not In alphabetical list
- LPT
Erl
Using(palette)
-
- Posts: 8210
- Joined: May 28, 2005 3:28
- Contact:
If somebody here speaks german, this link may help:
www.freebasic.de/r.php
Just enter the keyword at "Schlüsselwort-Suche" and you'll find it ;) I think, there are 418 keywords listed. Anyway, almost every keyword has got an example, so you should be able to make the list shorter ;)
Have a nice day
Ciao
www.freebasic.de/r.php
Just enter the keyword at "Schlüsselwort-Suche" and you'll find it ;) I think, there are 418 keywords listed. Anyway, almost every keyword has got an example, so you should be able to make the list shorter ;)
Have a nice day
Ciao
-
- Posts: 385
- Joined: Oct 16, 2005 0:15
- Location: USA
- Contact:
-
- Posts: 385
- Joined: Oct 16, 2005 0:15
- Location: USA
- Contact:
That's not what #pragma does at all... did you even try it?
From src/compiler/pp-pragma.bas:
And a bit higher up, the option(s) that #pragma accepts:
From src/compiler/pp-pragma.bas:
Code: Select all
'' Pragma = PRAGMA
'' PUSH '(' symbol (',' expression{int})? ')'
'' | POP '(' symbol ')'
'' | symbol ('=' expression{int})?
And a bit higher up, the option(s) that #pragma accepts:
Code: Select all
'' same order as LEXPP_PRAGMAOPT_ENUM
dim shared pragmaOpt(0 to LEXPP_PRAGMAS-1) as LEXPP_PRAGMAOPT => _
{ _
("msbitfields", FB_COMPOPT_MSBITFIELDS ) _
}
Who is online
Users browsing this forum: No registered users and 3 guests