📄 test_20.stable.out
字号:
stdout of test 'test_20` in directory 'tests/suite_01` itself:# 12:54:26 > # 12:54:26 > Mtimeout -timeout 432 Mserver -monetrc /export/scratch1/monet/tmp/manegold.GNU_32-d.21408/monet/.GNU_32-d/Linux2.4.2-0.1.28smp/share/Monet/monet.Mtest.conf -db Tests_tests_suite_01 < test_20.milS# 12:54:26 > # Monet Database Server V4.3.3# Copyright (c) 1993-2001, CWI. All rights reserved.# compiled for i686-pc-linux-gnu/32bit; dynamically linked.setoid(oid(20000000));# definition and use of Monet procs.# Note that complex procs should normally be prepared in block mode.unknown("hello");!ERROR: interpret: no matching MIL operator to 'unknown(str)'.#simple procedure with withdrawalproc c() : void { clock().print();}c();!ERROR: interpret: no matching MIL operator to 'clock()'.!ERROR: interpret_params: print(param 1): evaluation error.undef c;c();!ERROR: interpret: no matching MIL operator to 'c()'.# redefinition of existing procedureproc c(): void { clock.print();}c();!ERROR: interpret: unknown variable 'clock'.!ERROR: interpret_params: print(param 1): evaluation error.proc c() : void { cpu().print();}printf("#~BeginVariableOutput~#\n"); c(); printf("#~EndVariableOutput~#\n");#~BeginVariableOutput~##-------------------------## BAT: cpu ## (str) (int) ##-------------------------#[ "elapsed", 0 ][ "user", 170 ][ "elapuser", 0 ][ "system", 600 ][ "elapsystem", 0 ]#~EndVariableOutput~#proc echo(..any..) : void { $1.print();}echo(1);[ 1 ]echo("hello");[ "hello" ]echo(12,13);[ 12 ]echo();!ERROR: yysubstitute: illegal argument '$1'.!ERROR: interpret: unresolved reference.!ERROR: interpret_params: print(param 1): evaluation error.proc echo(..any..) : void { $3.print();}echo(1);!ERROR: yysubstitute: illegal argument '$3'.!ERROR: interpret: unresolved reference.!ERROR: interpret_params: print(param 1): evaluation error.echo(1,2,3);[ 3 ]# handling non-complete proc definition;proc forward() : void { }forward();undef forward;forward();!ERROR: interpret: no matching MIL operator to 'forward()'.quit();# 17:08:58 > # 17:08:58 > Done.# 17:08:58 >
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -