On this page:
%raw
8.18.0.13

3.9 Raw🔗ℹ

procedure

(%raw contents)  void?

  contents : any/c
Embeds contents as is into the generated map script.

Example: Prints "Hello There" into the generated script exactly as is.
#lang aoe2-rms
 
(%raw "Hello There")