SPC
Version 0.9.5
Main Page
Related Pages
Modules
Files
Examples
SPC
SPC Programmer's Guide
Introduction
The SPC Language
Pre-defined system constants
Modules
Files
Examples
arrays.spc
ex_abort.spc
ex_abs.spc
ex_arrays.spc
ex_close.spc
ex_ctype.spc
ex_CurrentTick.spc
ex_DAC0ToA3.spc
ex_digiserial.spc
ex_exitto.spc
ex_isalnum.spc
ex_isalpha.spc
ex_iscntrl.spc
ex_isdigit.spc
ex_isgraph.spc
ex_islower.spc
ex_isprint.spc
ex_ispunct.spc
ex_isspace.spc
ex_isupper.spc
ex_isxdigit.spc
ex_ledcontrol.spc
ex_ledtest.spc
ex_open.spc
ex_printf.spc
ex_pushpop.spc
ex_putchar.spc
ex_puts.spc
ex_read.spc
ex_rotate.spc
ex_run.spc
ex_serialout.spc
ex_sign.spc
ex_SizeOf.spc
ex_sqrt.spc
ex_StartTask.spc
ex_stat.spc
ex_Stop.spc
ex_StopAllTasks.spc
ex_StopProcesses.spc
ex_systemclock.spc
ex_timer.spc
ex_tolower.spc
ex_toupper.spc
ex_Twinkle.spc
ex_TwinkleL.spc
ex_wait.spc
ex_write.spc
ex_yield.spc
if_test.spc
ref_params.spc
t1.spc
•
All
Files
Functions
Groups
Pages
if_test.spc
This is a test of boolean and logic.
task main(){
int
x = 3;
bool
b1, b2, b3;
if
( (x=b1) && b2 && b3 && x+3>33)
Wait
( 1000 );
x = b1 && b2 && b3;
}
Generated by
1.8.2