Qbasicnews.com
May 23, 2022, 10:03:58 PM
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
:
Back to Qbasicnews.com
|
QB Online Help
|
FAQ
|
Chat
|
All Basic Code
|
QB Knowledge Base
Home
Help
Search
Login
Register
Qbasicnews.com
>
Qbasic "like" compilers/interpreters
>
FB Discussion & Programming Help
>
FB Documentation
>
SotSvart: Your OR documentation
Pages: [
1
]
« previous
next »
Print
Author
Topic: SotSvart: Your OR documentation (Read 7077 times)
Jofers
Been there, done that
Posts: 1040
SotSvart: Your OR documentation
«
on:
April 21, 2005, 05:34:29 PM »
Okay, here we go: It was actually pretty good. You definately have the freedoc format down solid. Just make sure that you leave the revision tag out of the header when you create a document, so it doesn't leave an mm/dd/yyyy there.
The other thing is the amount of detail that it describes. OR is much more than a bitwise operation. It is used in conditions, and is a primitive computation (OR gates are common in hardware design). It also might help to
I redid the document for reference, leaving you as the author and implementing the chart format you asked about. You can modify the document to how you see fit. I did this in two hours: my grammer, information and whole approach to explaining it may be off. But it's just to demonstrate the amount of detail you should consider when documenting a language element.
http://www.betterwebber.com/stuff/kw_or.xml
Logged
SotSvart
Member
Posts: 61
SotSvart: Your OR documentation
«
Reply #1 on:
April 22, 2005, 05:20:26 AM »
Ok, I see what you mean, Ill try to make my docs alot more informative.
Quote
It also might help to..
Could you finish this sentence please
How would your chart output? Something like this?
Code:
Bit1: 0 Bit1: 0 Bit1: 1 Bit1: 1
Bit2: 0 Bit2: 1 Bit2: 0 Bit2: 1
Result: 0 Result: 1 Result: 1 Result: 1
Logged
Jofers
Been there, done that
Posts: 1040
SotSvart: Your OR documentation
«
Reply #2 on:
April 22, 2005, 10:02:35 AM »
I'm not really quite sure how to finish that. I'm a forgetful person sometimes
WAIT!! Never mind!!! You SHOULD use <row> in that chart.
Then it would output like this:
That chart would output like this using <row>s:
Code:
A B Result
---- ---- --------
0 0 0
0 1 1
1 0 1
1 1 1
If you used <column>, I guess it would output like this:
Code:
A: 0 0 1 1
B: 0 1 0 1
Result: 0 1 1 1
Logged
SotSvart
Member
Posts: 61
SotSvart: Your OR documentation
«
Reply #3 on:
April 25, 2005, 10:57:12 PM »
k, have updated my docs + written one for NOT. Havent uploaded anything yet, will do when I get home from work in about 4 hours.
Just one question, how do I move files in the cvs folder? Should i cut n paste the file into the new directory and ADD it, n then COMMIT the changes? Im just afraid cvs will duplicate the file so the latest changed file gets added to the Complete folder, but the old one still stays in the Incomplet folder..
Logged
Jofers
Been there, done that
Posts: 1040
SotSvart: Your OR documentation
«
Reply #4 on:
April 25, 2005, 10:59:08 PM »
I'm not sure either. I had trouble with that.
Logged
DrV
Na_th_an
Posts: 1553
SotSvart: Your OR documentation
«
Reply #5 on:
April 29, 2005, 01:02:02 PM »
Do a regular local filesystem copy; commit the copy; do a CVS Remove on the original.
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
Forum has moved
-----------------------------
=> Forum has moved
-----------------------------
QbasicNews.Com
-----------------------------
=> QB/FB News
=> Site/Forum Issues
=> Challenges
-----------------------------
QBasic
-----------------------------
=> QB Discussion & Programming Help
=> QB Projects
-----------------------------
Qbasic "like" compilers/interpreters
-----------------------------
=> General QB "like"
=> QB64
=> FB Discussion & Programming Help
===> FB Projects
===> FB Documentation
-----------------------------
General
-----------------------------
=> General/Misc
===> Art & Music
===> General Programming
Loading...