vfp题,store .t.to aa and nulla or nullstore .f.to aa and nulla or null

来源:学生作业帮助网 编辑:作业帮 时间:2024/05/05 09:10:44
vfp题,store .t.to aa and nulla or nullstore .f.to aa and nulla or null

vfp题,store .t.to aa and nulla or nullstore .f.to aa and nulla or null
vfp题,
store .t.to a
a and null
a or null
store .f.to a
a and null
a or null

vfp题,store .t.to aa and nulla or nullstore .f.to aa and nulla or null
这是一个计算“逻辑”的代码:
逻辑表达式.t.为真,.f.为假.逻辑就这两个值.
如:(.省略)t and t 值为t;t or t值为t;t and f值为f;t or t值为t;f and f值为f;f or f值为f.
null是空值函数
是计算“?”后面的表达式的值
所以这道题的结果是:
.null.
.t.
.f.
.null.

我只知道.T.是指真值.F.指假值NULL好象是空值
store .t. to a 就是说把A赋值真值
store .f. to a 就是说把A赋值假值
答案应该是一楼说的....

就是让你写出.t.和.null.相遇后的结果啊,这种题是考.t. .f. .null. 方面的知识
所以答案是:.null. .t.
.null. .f.