⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tst075.stable.out

📁 一个内存数据库的源代码这是服务器端还有客户端
💻 OUT
字号:
stdout of test 'tst075` in directory 'src/mal` itself:# 07:58:50 >  # 07:58:50 >  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  tst075.mal </dev/null# 07:58:50 >  # 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.## parsing operations with multi-assignments#function swap(x:str,y:str) (a:str,b:str);#	a:=y; b:=x;#	return (a,b);##end swap;function user.swap(x:str,y:str) (a:str,b:str);	# 0  (a:str)(b:str)<-(x:str)(y:str)    a := y;	# 1  (a:str)<-(y:str)    b := x;	# 2  (b:str)<-(x:str)    return (a,b);	# 3  (a:str)(b:str)end swap;	# 4  ##(x,y):= swap("world","hello");#print(x);#print(y);#function user.main():void;	# 0  (main:void)# parsing operations with multi-assignments 	# 1  (_1:str)    (x,y):= user.swap("world","hello");	# 2  (x:str)(y:str)<-(_4:str)(_5:str)    io.print(x);	# 3 IOprint_val (_6:void)<-(x:str)    io.print(y);	# 4 IOprint_val (_7:void)<-(y:str)end main;	# 5  [ "hello" ][ "world" ]# 07:58:50 >  # 07:58:50 >  Done.# 07:58:50 >  

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -