📄 tst601.stable.out
字号:
stdout of test 'tst601` in directory 'src/mal` itself:# 08:01:23 > # 08:01:23 > Mtimeout -timeout 60 Mserver "--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/log" --set mapi_port=42158 --set sql_port=55708 --set monet_prompt= --trace "--config=/ufs/mk/monet5/src/mal/Tests/All.conf" --dbname=mTests_src_mal tst601.mal </dev/null# 08:01:23 > # Monet Database Server V4.99.19# Copyright (c) 1993-2004, CWI. All rights reserved.# Compiled for i686-redhat-linux-gnu/32bit; 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.## Testing the box interfaces## open de const box and store a constant ## This operation should actually be limited to the system administrator## who can open any box.##const.open();#pi := 3.147:flt;#const.deposit(pi);#p2:flt := const.take(pi);#print(p2);#const.close(); # save the content on persistent store#print(p2);#function user.main():void; # 0 (main:void)# Testing the box interfaces # 1 (_1:str)# open de const box and store a constant # 2 (_2:str)# This operation should actually be limited to the system administrator # 3 (_3:str)# who can open any box. # 4 (_4:str) const.open(); # 5 CSTopen (_5:void) pi := 3.14700007:flt; # 6 (pi:flt)<-(_7:flt) const.deposit("pi",pi); # 7 CSTdeposit (_8:void)<-(_9:str)(pi:flt) p2:flt := const.take("pi"); # 8 CSTtake (p2:flt)<-(_9:str) io.print(p2); # 9 IOprint_val (_11:void)<-(p2:flt) const.close(); # 10 CSTclose (_12:void)# save the content on persistent store # 11 (_13:str) io.print(p2); # 12 IOprint_val (_14:void)<-(p2:flt)end main; # 13 [ 3.14700007 ][ 3.14700007 ]# 08:01:23 > # 08:01:23 > Done.# 08:01:23 >
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -