Sha256: 2a1d951c468785f1f215e89853f1335774833df9471dc05265bb01acdb44b9fa

Contents?: true

Size: 213 Bytes

Versions: 10

Compression:

Stored size: 213 Bytes

Contents

'''Under normal circumstances, when delayed expansion is disabled'''
echo Hello world!

'''If delayed expansion is enabled, then the ! must be escaped twice'''
setlocal enableDelayedExpansion
echo Hello world!^^!

Version data entries

10 entries across 7 versions & 1 rubygems

Version Path
zettacode-0.1.7 files.zettacode/hello_world.text/batch_file.txt
zettacode-0.1.6 files.zettacode/hello_world.text/batch_file.txt
zettacode-0.1.6 files.zettacode2/hello_world.text/batch_file.txt
zettacode-0.1.5 files.zettacode/hello_world.text/batch_file.txt
zettacode-0.1.5 files.zettacode2/hello_world.text/batch_file.txt
zettacode-0.1.4 files.zettacode/hello_world.text/batch_file.txt
zettacode-0.1.4 files.zettacode2/hello_world.text/batch_file.txt
zettacode-0.1.3 files.zettacode/hello_world.text/batch_file.txt
zettacode-0.1.2 files.zettacode/hello_world.text/batch_file.txt
zettacode-0.1.1 zettacode.files/hello_world.text/batch_file.txt