Oberon Community Platform Forum
December 14, 2019, 06:31:57 AM
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
:
Home
Help
Search
Login
Register
Oberon Community Platform Forum
>
Development
>
Bug Report
>
Renaming imported module
Pages: [
1
]
« previous
next »
Print
Author
Topic: Renaming imported module (Read 3606 times)
darek
Jr. Member
Posts: 59
Renaming imported module
«
on:
May 14, 2008, 09:42:36 AM »
Hi all,
according to the Aos syntax, this should work
MODULE test_import;
IMPORT AosOut := Out;
PROCEDURE Run*;
BEGIN
Out.String("test out"); Out.Ln;
END Run;
END test_import.
System.Free test_import ~
test_import.Run;
but instead, I got :
compiling test_import not done
pos 102 err 0 undeclared identifier
pos 126 err 0 undeclared identifier
Is this a bug ?
Regards,
Darek
«
Last Edit: May 14, 2008, 09:55:49 AM by darek
»
Logged
negelef
Administrator
Jr. Member
Posts: 55
Re: Reneming imported module
«
Reply #1 on:
May 14, 2008, 09:45:07 AM »
Do it the other way round:
Code:
IMPORT Out := AosOut;
Logged
darek
Jr. Member
Posts: 59
Re: Renaming imported module
«
Reply #2 on:
May 14, 2008, 12:05:37 PM »
Direction of an assigment
Thanks,
Darek
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General
-----------------------------
=> General Discussion
=> OCP
-----------------------------
Development
-----------------------------
=> General
=> Oberon & Active Oberon
=> AOS
=> WinAOS
=> UnixAOS
=> ETH Oberon
=> ETH Zonnon
=> Merge Requests
=> Bug Report
-----------------------------
Projects
-----------------------------
=> ObeDAV
=> Matrix
-----------------------------
Support
-----------------------------
=> Installation
Loading...