📄 tst3060.stable.out
字号:
stdout of test 'tst3060` in directory 'src/mal` itself:# 14:57:24 > # 14:57:24 > Mtimeout -timeout 60 mserver5 "--config=/ufs/mk/monet5/Linux/etc/MonetDB5.conf" --debug=10 --set "monet_mod_path=/ufs/mk/monet5/Linux/lib/MonetDB5:/ufs/mk/opensource/MonetDB/Linux/lib/MonetDB" --set "gdk_dbfarm=/ufs/mk/monet5/Linux/var/MonetDB5/dbfarm" --set "sql_logdir=/ufs/mk/monet5/Linux/var/MonetDB5/dblogs" --set mapi_port=31801 --set monet_prompt= --trace --dbname=mTests_src_mal tst3060.mal < /dev/null# 14:57:24 > # MonetDB Server v4.99.19# Copyright (c) 1993-2006 CWI, all rights reserved# Compiled for x86_64-redhat-linux-gnu/64bit with 64bit OIDs dynamically linked# config:/ufs/mk/monet5/Linux/etc/MonetDB5.conf# dbfarm:/ufs/mk/monet5/Linux/var/MonetDB5/dbfarm# dbname:mTests_src_mal# Visit http://monetdb.cwi.nl/ for further information## The direction for future expansion of the properties#function tst(a:any_1{type="int,flt"}):any_1;# io.print(a);# return tst:=a;#end tst;function user.tst(a:any_1{type="int,flt"}):any_1; # 0 dynamic (tst:any_1)<-(a:any_1) io.print(a); # 1 IOprint_val (_2:void)<-(a:any_1) return tst := a; # 2 (tst:any_1)<-(a:any_1)end tst; # 3 ##user.tst(1);#user.tst("wrong");#function user.main():void; # 0 (main:void)# The direction for future expansion of the properties # 1 (_1:str) user.tst(1); # 2 (_2:int)<-(_3:int) user.tst("wrong"); # 3 (_4:str)<-(_5:str)end main; # 4 [ 1 ][ "wrong" ]# 14:57:25 > # 14:57:25 > Done.# 14:57:25 >
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -