Click or drag to resize
Util__show Method
Shows a line of output. This is a command line-callable routine.

Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax
F#
static member __show : 
        str : string -> unit 

Parameters

str
Type: SystemString
String argument to show
See Also