Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Change language to: English - Français - Русский - 日本語
Ajuda do Scilab >> Scilab > Variables > Predefined variables > %f or %F

%f or %F

Boolean variable for false.

Syntax

%f or %F

Description

%f or %F are boolean variables which return false.

When the condition is not checked, this last returns false.

Example

a = 4 > 5
b = 0 == 1
c = %t & %f
d = 3 ~= 3

See Also

  • %t or %T — Boolean variable for true.
  • comparison — comparação, operadores relacionais
Scilab Enterprises
Copyright (c) 2011-2015 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Jun 15 08:34:38 CEST 2016