mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-28 07:44:43 +00:00
Estimated hours taken: 2 Branches: main Replace deprecated mode and inst syntax in most of the test suite. TODO: Alter valid/mode_syntax.m when we start issuing warnings about the deprecated syntax. tests/*/*.m: Replace deprecated mode and inst syntax. Replace some uses of `:' as the module qualifier.
7 lines
72 B
Mathematica
7 lines
72 B
Mathematica
:- module module_e.
|
|
|
|
:- interface.
|
|
|
|
:- use_module io.
|
|
:- mode e == out.
|