if condition do # execute here when condition is true end while condtion do # execute here again and again while condition is true end origin class NameList def initialize(name, &block)...
범용 프로그래밍 언어(general-purpose programming language)는 대다수의 애플리케이션 개발에 사용되는 언어로, 예를 들면 자바, C# 등이 있습니다. 그에 비해 영역 특화 언어(domain-specific language)는 특정 개발 영역에서만 사용되는 언어로, SQL이나 정규식 등이 있습니다
Example of using Swift property change observation to bind models to arguments passed to DSL closures Raw dsltest.swift //: Playground - show possible simple DSL mechanism using mutable...
elm4ward/dsltest.swift Forked from marcpalmer/dsltest.swift Last active Star 0 Fork 0 Code... Raw dsltest.swift import UIKit enum GraphicsCommand { case setColour(colour: UInt32) case...
transform-set dsltest esp-3des esp-md5-hmac ! crypto map test 10 ipsec-isakmp set peer 30.30.30.30 set transform-set dsltest match address... crypto ipsec transform-set dsltest esp-3des esp-md5-hmac ! crypto...
tasks.withType<Test> { · useJUnitPlatform() dependencies { · testImplementation 'io.kotest:kotest-runner-junit5:$version'
baseline: 'DslTest'; load. For public HTTPS access: Metacello... baseline: 'DslTest'; load. For local access: Metacello new... baseline: 'DslTest'; load. Load Lepiter After installing with...
Test Case '-[DSLTest1 testSingleExampleGroup]' started. Test Case '-[DSLTest1 testSingleExampleGroup]' passed (0.000 seconds). Test Case '-[DSLTest2 testBeforeAndAfterHooks]' started. Test...
Last active — forked from marcpalmer/dsltest.swift Example of using Swift property change observation to bind models to arguments passed to DSL closures
lmarburger/test.rb Created Star 0 Fork 0 Code Revisions 2 Embed Download ZIP Raw test.rb class DslTest < Test::Unit::TestCase context "The DSL" do before do @runner = Foundry::Runner.new...