Skip to content
Marcus edited this page Oct 28, 2015 · 2 revisions

Affects resolving names.

If names cannot be resolved the various namespaces currently added are inspected.

NOTE: the intention is that resolution is similar to how it happens in C#, however, there could be differences. If these are found please open an issue.


Syntax

$$#using <namespace> /$$
  • Must be empty: yes
  • May be nested: no

Currently no aliases are supported. If you run into issues that cannot be resolved you can always add a method to the context class to perform the resolution in code instead.

Examples

$$#using System.Xml /$$
Clone this wiki locally