代码搜索:CMP
找到约 10,000 项符合「CMP」的源代码
代码结果 10,000
www.eeworm.com/read/380513/2658256
cmp equality.cmp
the user jason is logged in!
the count is 5!
the user isn't logged in.
$count is not equal to 3
www.eeworm.com/read/380513/2658259
cmp logical.cmp
$foo is greater then 1
$foo is less than 10
$foo is great than or equal to 5
$foo is less than or equal to 5
foo is false
--
$foo is greater than $bar
www.eeworm.com/read/380513/2658260
cmp velocimacro.cmp
Now, use the #quietnull example from the global library VM_global_library.vm :
Now, there should be nothing in the brackets : ><
Where there should be something here : >hello!<
www.eeworm.com/read/380513/2658262
cmp range.cmp
[1..5]
1 2 3 4 5
-----
[0..0]
0
-----
[-4..-5]
-4 -5
-----
[ 1 .. 5 ]
1 2 3 4 5
-----
[5..1]
5 4 3 2 1
-----
[-5..5]
-5 -4 -3 -2 -1 0 1 2 3 4 5
--
www.eeworm.com/read/380513/2658263
cmp diabolical.cmp
$f.
$f
$f. $f
foo.
foo
foo. foo
$thingy.dingy
"#FFFFFF"
"$ow"
"$row","var"
#333333
#FFFFFF
"#FFFFF
#FFFFF"
"#000000">
"#ffffff"
$strings.getVillageType($col.Type)
$strings.get
www.eeworm.com/read/380513/2658267
cmp map.cmp
this is from a hashtable!
foovalue
foovalue
foovalue
foovalue
booboo
aval
aval
bval
bval
2
value
foovalue
$mymap.map.foo
{aa=aaa}
0
0
www.eeworm.com/read/380513/2658268
cmp string.cmp
This is a very long string that we are breaking up into multiple lines for testing.
This is a string. The number 2 = 2
This is a string. The value = 3
New language feature
allows newli
www.eeworm.com/read/380513/2658271
cmp parse.cmp
Test the #parse pluggable directive
Now calling parse1.vm :
---
This is content from parse1.vm
Hello first element.
Hello second element.
Now using a reference to get the next one