Sha256: 53245c29db0ed0cfb4624d7246d688c62268bdcc736a84bd976855395b035f32

Contents?: true

Size: 375 Bytes

Versions: 182

Compression:

Stored size: 375 Bytes

Contents

USING: hello-world tools.test ;
IN: hello-world.tests

! There are no variadic functions in Factor, due to the nature of the stack.
! Usually, if you need var args, use an array. Here, we'll just use an empty string.
{ "Hello, World!" } [ ""      hello-name ] unit-test
{ "Hello, Alice!" } [ "Alice" hello-name ] unit-test
{ "Hello, Bob!"   } [ "Bob"   hello-name ] unit-test

Version data entries

182 entries across 182 versions & 1 rubygems

Version Path
trackler-2.0.8.21 tracks/factor/exercises/hello-world/hello-world-tests.factor
trackler-2.0.8.20 tracks/factor/exercises/hello-world/hello-world-tests.factor
trackler-2.0.8.19 tracks/factor/exercises/hello-world/hello-world-tests.factor
trackler-2.0.8.18 tracks/factor/exercises/hello-world/hello-world-tests.factor
trackler-2.0.8.17 tracks/factor/exercises/hello-world/hello-world-tests.factor
trackler-2.0.8.16 tracks/factor/exercises/hello-world/hello-world-tests.factor
trackler-2.0.8.15 tracks/factor/exercises/hello-world/hello-world-tests.factor
trackler-2.0.8.14 tracks/factor/exercises/hello-world/hello-world-tests.factor
trackler-2.0.8.13 tracks/factor/exercises/hello-world/hello-world-tests.factor
trackler-2.0.8.12 tracks/factor/exercises/hello-world/hello-world-tests.factor
trackler-2.0.8.11 tracks/factor/exercises/hello-world/hello-world-tests.factor
trackler-2.0.8.10 tracks/factor/exercises/hello-world/hello-world-tests.factor
trackler-2.0.8.9 tracks/factor/exercises/hello-world/hello-world-tests.factor
trackler-2.0.8.8 tracks/factor/exercises/hello-world/hello-world-tests.factor
trackler-2.0.8.7 tracks/factor/exercises/hello-world/hello-world-tests.factor
trackler-2.0.8.6 tracks/factor/exercises/hello-world/hello-world-tests.factor
trackler-2.0.8.5 tracks/factor/exercises/hello-world/hello-world-tests.factor
trackler-2.0.8.4 tracks/factor/exercises/hello-world/hello-world-tests.factor
trackler-2.0.8.3 tracks/factor/exercises/hello-world/hello-world-tests.factor
trackler-2.0.8.2 tracks/factor/exercises/hello-world/hello-world-tests.factor