#!/usr/bin/env pluvo % 041-case.pvo - Strict Typing Test Author: Sean B. Palmer, inamidst.com main = (argv) hello = @String "Hello, world!" say hello hello = "Hi, world!" say hello hello = 5 say hello script main