Difference between revisions of "TransclusionExample"

From PKC
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Module:Banana}}
{{LogicModel
|name=Transclusion
}}

Latest revision as of 07:22, 24 November 2022

Logic Model (Transclusion) Template:LogicModel 11 24, 2022
Abstract Specification
Context Transclusion/Context
Goal Transclusion/Goal
Success Criteria Transclusion/Criteria
Concrete Implementation
Given Inputs When Process is executed... Then, we get Outputs
Transclusion/Input
local p = {} --p stands for package

function p.hello( frame )
    --return "Hello, world!"
    return frame
end

return p
Transclusion/Output
Boundary/Safety Conditions of Transclusion
Transclusion/Boundary