码迷,mamicode.com
首页 > 其他好文 > 详细

maxscript 条件判定bug

时间:2020-04-23 21:30:07      阅读:52      评论:0      收藏:0      [点我收藏+]

标签:else   ret   int   cat   接收   pre   aaa   max   The   

fn test =
(
	return true
)

fn run =
(
	if try (test()) catch(true) == false then print "aaa1" else print "bbb1"
	
	--需要用变量接收才能得到正确判定?
	res = try (test()) catch(true)
	if res == false then print "aaa2" else print "bbb2"
		
	ok
)
run()

maxscript 条件判定bug

标签:else   ret   int   cat   接收   pre   aaa   max   The   

原文地址:https://www.cnblogs.com/trykle/p/12763250.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!