Meta Project

The Unofficial Meta Documentation

UNSAFE!!!

Summary

UNSAFE!!! Used in ATARI example.

Category

Categoryname

Refinements

This method has no refinements

Description

UNSAFE!!! Used in ATARI example. The three exclamation point warning, 'this is not safe'. See example.

Example Code

Only use found so far (July 2023) is in the Atari example

; Define fixed memory addresses

Unsafe!!! constant reference volatile byte! [
	; Operating system software addresses

	...

	; Hardware addresses
	...
]

Related

CONSTANT  
REFERENCE  
VOLATILE  

Back to the Meta Methods Reference index