HTML Article
  • 28 Jun 2024
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

HTML Article

  • Dark
    Light
  • PDF

Article summary

HTML H2

HTML H3

HTML H4

Bold Text
Italic Text
Strikethrough

Blockquote text
Blockquote text2


  • Unordered list1
  • Unordered list2
  1. Ordered list1
  2. Ordered list2
table header1table header2Table header 3
Data11Data12data13
data21data22data23

Image goes here
SearchAnalysis_27Apr2024_0443.png

File goes here

EddyFeatures.xlsx

Link Text

Callout header
Callout content

Variable text


Snippet="Snippet" style="box-sizing: content-box; line-height: 1.5; color: rgb(34, 34, 34); font-family: Inter, sans-serif; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;" translate="no">


snippet text

Glossary

class MathOperations {
    static int add(int a, int b) {
        return a + b
    }

    static int subtract(int a, int b) {
        return a - b
    }
}

// Calling static methods without creating an object
def sum = MathOperations.add(5, 3)
def difference = MathOperations.subtract(10, 4)

println("Sum: $sum")
println("Difference: $difference")


Video goes here



Was this article helpful?

ESC

Eddy, facilitating knowledge discovery through conversational intelligence