
type product
end type
type product
attribute identifier
end type
type product
attribute identifier type:positive32 end
end type
type product
attribute identifier type:positive32 end
attribute description type:string end
end type
type product
attribute identifier type:positive32 end
attribute description type:string end
attribute price type:zero_positive32 end
end type
type product default_factory:yes
attribute identifier type:positive32 end
attribute description type:string end
attribute price type:zero_positive32 end
end type
type product default_factory:yes
attribute identifier type:positive32 end
attribute description type:string end
attribute price type:zero_positive32 end
end type
var product banana = fa_product.create ( &
identifier = 123 &
description = "banana" &
price = 50 )
var product banana = fa_product.create ( &
identifier = 123 &
description = "banana" &
price = 50 )
var product banana = fa_product.create ( &
identifier = 123 &
description = "banana" &
price = void )
var product banana = fa_product.create ( &
identifier = 123 &
description = "banana" &
price = foo.bar )
The aim of Obix is to help programmers to write more reliable and maintainable code through a unique combination of proven and innovative concepts which all support the important Fail fast! rule.
This results in more productivity and less costs for software development.
Thank you!