view src/testdir/test77a.com @ 5881:aa99d04fa7e2 v7.4.283

updated for version 7.4.283 Problem: Compiler warning about unused variable. (Charles Cooper) Solution: Move the variable inside the #if block.
author Bram Moolenaar <bram@vim.org>
date Fri, 09 May 2014 20:33:04 +0200
parents 47a673b20e49
children
line wrap: on
line source

$! test77a - help file creating checksum on VMS
$! Created by Zoltan Arpadffy
$
$ IF P1 .NES. ""
$ THEN
$    checksum 'P1'
$    show symb CHECKSUM$CHECKSUM
$ ENDIF