Annotation of freem/mlib/%SYSWMERGE.m, revision 1.2
1.1 snw 1: %SYSWMERGE ;VCL/JPW-FREEM MERGE POLYFILL WRAPPER; 10/23/2020 6:55 PM
1.2 ! snw 2: ;0.0;FreeM;****FREEM**;Serena Willis @2020
1.1 snw 3: ;
4: ; *
5: ; * *
6: ; * *
7: ; ***************
8: ; * * * *
9: ; * MUMPS *
10: ; * * * *
11: ; ***************
12: ; * *
13: ; * *
14: ; *
15: ;
16: ; %ZMERGE.m
17: ; FreeM MERGE Polyfill Wrapper
18: ;
19: ;
1.2 ! snw 20: ; Author: Serena Willis <jpw@coherent-logic.com>
1.1 snw 21: ; Copyright (C) 1998 MUG Deutschland
22: ; Copyright (C) 2020 Coherent Logic Development LLC
23: ;
24: ;
25: ; This file is part of FreeM.
26: ;
27: ; FreeM is free software: you can redistribute it and/or modify
28: ; it under the terms of the GNU Affero Public License as published by
29: ; the Free Software Foundation, either version 3 of the License, or
30: ; (at your option) any later version.
31: ;
32: ; FreeM is distributed in the hope that it will be useful,
33: ; but WITHOUT ANY WARRANTY; without even the implied warranty of
34: ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
35: ; GNU Affero Public License for more details.
36: ;
37: ; You should have received a copy of the GNU Affero Public License
38: ; along with FreeM. If not, see <https://www.gnu.org/licenses/>.
39: ;
40: ;
41: N RESULT
42: S RESULT=$$MERGE^%SYSPOLY(%INTMERGERHS,%INTMERGELHS)
43: V:RESULT=-1 102:158
44: Q
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>