Near Matches
Ignore Exact
Everything
2
%
(
thing
)
by
ariels
Thu Mar 08 2001 at 10:48:55
The
percent
sign (a corruption of how you'd write
parts-per-100
).
In
BBC BASIC
, a
variable name
suffix denoting an
integer
. So "
LET
I%=3.14159 :
PRINT
I%" would print "
3
". The one-letter integer variables @%,A%,...,Z% were
even more special
: they were stored in fixed places in
page
4 (&400..&4FF), so access to them didn't go through a
symbol table
, and was fast.
In
C
(and
awk
,
C++
,
Perl
,
Python
,
TCL
,
PHP
, and every other language out there after C), the "
modulo
" operation. Be careful with
negative
arguments, though!
In
csh
and derivatives (and
copycat
s!) a prefix to denote a
job
.
In
Perl
, a variable prefix denoting a
hash
.
In
Nethack
,
FOOD
.
(
thing
)
by
rp
Thu Mar 08 2001 at 11:51:43
in
Postscript
, it marks
comment
s.
in many programming languages, it represents the
modulus
operation; taking the
remainder
after
integer division
in the
SQL
LIKE
clause, in
make
's
pattern rule
s (supported in
Sun make
and
GNU make
, but not in
BSD make
), and other contexts, % is the
wildcard
character
(
thing
)
by
Azure Monk
Sun May 06 2001 at 3:04:48
The "
%
" symbol is...
a symbol representation of the word '
percent
'.
the operator for
modulus
in the C
programming language
(and elsewhere).
ASCII
ID 37 (25 in Hex).
typed by holding
shift
and pressing 5 on a
keyboard
.
hard to link to on
E2
. This is because it has special meaning within a
URL
, for representing characters in
hexidecimal
. Putting brackets around a % will create an invalid link that kicks you back to the homenode:
%
.
@
10% life, 90% drama
pattern rule
1642
decimal division
Modulus
PostScript
NetHack
Unicode European Alphabets
complex number division
The Art of Looking Sideways
Given that a and b are integers, a^2 = b^3, and a is even, prove that a must be divisible by 4
HTML Special Characters
BBC BASIC
HTML symbol reference
division ring
&
long division
Percent
integer
hexadecimal
hash
SQL
Log in
or
register
to write something here or to contact authors.