Support extern variables #135

Open
opened 2025-08-19 23:00:42 +02:00 by belka · 0 comments
Owner

Global variables can be extern. The extern keyword can be used instead of initialization value:

var
  x: Int := extern;
Global variables can be extern. The extern keyword can be used instead of initialization value: ``` var x: Int := extern; ```
belka added the
bootstrap
label 2025-08-19 23:00:42 +02:00
belka closed this issue 2025-08-20 21:48:19 +02:00
belka added
self-hosted
and removed
bootstrap
labels 2025-09-11 02:06:11 +02:00
belka reopened this issue 2025-09-11 02:06:14 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: belka/elna#135
No description provided.