12.07.2015 Views

3D / 4D image reconstruction using ImageJ / Fiji - Encite

3D / 4D image reconstruction using ImageJ / Fiji - Encite

3D / 4D image reconstruction using ImageJ / Fiji - Encite

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

message = hello + name;print(message);// Prints “Hello Dr. Strangelove”2.2 Conditional statements; IF, ELSEFIJI:if (message == "Dr. Strangelove") {print(message);} else {message = hello + name;}In the example message == “Hello Dr. Strangelove” is the condition, whichshould always evaluate to a boolean (TRUE or FALSE). In the condition == is theoperator. There are more operators, for instance:== Is equal to!= Is not equal to< Is smaller than> Is greater than= Is equal or greater than126

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!